X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=fa7f652a97fd3abe3b37453b902c704840ca4286;hb=eeb47e350ff5e7ddb304ad0757cefbdcecbb2ce7;hp=3a9c4b11ff9fc3218278298771e57e79b194392b;hpb=01ddc55fd5a59535e229c09440cfdadccadf3555;p=idzebra-moved-to-github.git diff --git a/index/extract.c b/index/extract.c index 3a9c4b1..fa7f652 100644 --- a/index/extract.c +++ b/index/extract.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: extract.c,v $ - * Revision 1.98 1999-09-07 07:19:21 adam + * Revision 1.99 2000-02-24 10:57:02 adam + * Sequence number incremented after each incomplete-field. + * + * Revision 1.98 1999/09/07 07:19:21 adam * Work on character mapping. Implemented replace rules. * * Revision 1.97 1999/07/06 12:28:04 adam @@ -810,6 +813,7 @@ static void addIncompleteField (RecWord *p) return; addString (p, buf, i); } + (p->seqnos[p->reg_type])++; /* to separate this from next one */ } static void addCompleteField (RecWord *p)