X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=de9e04ff9d105b5e0e9e151afa836b2ac876fd4b;hb=75049be3951292bbbbd53d83ca38ccbd191e4b08;hp=711e3606a9289cb4ae15307b6535a9ba0c6fa4e3;hpb=023b1af5942f75cf6d2b70ffd42df4a3c5d16dae;p=idzebra-moved-to-github.git diff --git a/index/extract.c b/index/extract.c index 711e360..de9e04f 100644 --- a/index/extract.c +++ b/index/extract.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: extract.c,v $ - * Revision 1.87 1998-10-15 13:10:33 adam + * Revision 1.88 1998-10-16 08:14:29 adam + * Updated record control system. + * + * Revision 1.87 1998/10/15 13:10:33 adam * Fixed bug in Zebra that caused it to stop indexing when empty * record was read. * @@ -1515,7 +1518,8 @@ int fileExtract (SYSNO *sysno, const char *fname, } if (!*rGroup->recordType) return 0; - if (!(recType = recType_byName (rGroup->recordType, subType))) + if (!(recType = + recType_byName (rGroup->recTypes, rGroup->recordType, subType))) { logf (LOG_WARN, "No such record type: %s", rGroup->recordType); return 0;