chris@hwcs.UUCP (Chris Miller) (11/05/84)
Index: /usr/src/new/bib/src/invert.c 4.2BSD
Description:
"invert" creates incorrect indexes for "bib", setting all
reference offsets and lengths to 0. The consequence is
that "bib" never succeeds in generating a reference.
Repeat-By:
Any attempt whatsoever to use "bib".
Fix:
Replace the two lines that look like
sscanf(line,"%s%s83/03/29D", key, file, &start, &length);
by
sscanf(line,"%s%s%D %D", key, file, &start, &length);
--
Chris Miller
Department of Computer Science
Heriot-Watt University
...!ukc!{edcaad,west44}!hwcs