Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC830713); site hwcs.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!ukc!edcaad!hwcs!chris From: chris@hwcs.UUCP (Chris Miller) Newsgroups: net.bugs.4bsd Subject: xxxx Message-ID: <261@hwcs.UUCP> Date: Mon, 5-Nov-84 12:25:02 EST Article-I.D.: hwcs.261 Posted: Mon Nov 5 12:25:02 1984 Date-Received: Sat, 10-Nov-84 05:51:31 EST Organization: Computer Sci., Heriot-Watt U., Scotland Lines: 21 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