X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=38b76bc0e224a81eb28089750684244fc4731c18;hb=cd5f1676b56d762e59ebe97fd963026319b8dcc5;hp=6e0e35fb6e0937c32d79cd75c7da1333e9b76544;hpb=ee27bc5fbcda811696062a9ed8bf86b8520391ce;p=idzebra-moved-to-github.git diff --git a/index/extract.c b/index/extract.c index 6e0e35f..38b76bc 100644 --- a/index/extract.c +++ b/index/extract.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: extract.c,v $ - * Revision 1.37 1995-12-04 14:22:27 adam + * Revision 1.38 1995-12-04 17:59:21 adam + * More work on regular expression conversion. + * + * Revision 1.37 1995/12/04 14:22:27 adam * Extra arg to recType_byName. * Started work on new regular expression parsed input to * structured records. @@ -692,7 +695,7 @@ static int recordExtract (SYSNO *sysno, const char *fname, { extractCtrl.fd = fd; /* extract keys */ - extractCtrl.subType = ""; + extractCtrl.subType = subType; extractCtrl.init = wordInit; extractCtrl.add = addRecordKeyAny;