X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Frecindex.c;h=979d067be1b7977432167e95fd4fbb3f79c2c364;hb=9167923869bcb07faf7e357c883f070be098c66e;hp=3e562f47ff6350c7110b75d56ab19afa1f145058;hpb=f4c557cfebb4fa779a858c7d305081d4d92578da;p=idzebra-moved-to-github.git diff --git a/index/recindex.c b/index/recindex.c index 3e562f4..979d067 100644 --- a/index/recindex.c +++ b/index/recindex.c @@ -4,7 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recindex.c,v $ - * Revision 1.16 1996-06-04 10:19:00 adam + * Revision 1.17 1997-02-12 20:39:46 adam + * Implemented options -f that limits the log to the first + * records. + * Changed some log messages also. + * + * Revision 1.16 1996/06/04 10:19:00 adam * Minor changes - removed include of ctype.h. * * Revision 1.15 1996/05/13 14:23:06 adam @@ -498,7 +503,7 @@ Record rec_new (Records p) assert (p); rec = xmalloc (sizeof(*rec)); - if (p->head.index_free == 0) + if (1 || p->head.index_free == 0) sysno = (p->head.index_last)++; else {