xxxx

Chris Miller chris at hwcs.UUCP
Tue Nov 6 03:25:02 AEST 1984


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



More information about the Comp.bugs.4bsd.ucb-fixes mailing list