Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!unisoft!mtxinu!rtech!bobm From: bobm@rtech.UUCP (Bob Mcqueer) Newsgroups: net.sources.d Subject: Re: Bug fixes, improvements to vn Message-ID: <439@rtech.UUCP> Date: Tue, 9-Sep-86 14:25:07 EDT Article-I.D.: rtech.439 Posted: Tue Sep 9 14:25:07 1986 Date-Received: Wed, 10-Sep-86 01:30:05 EDT References: <434@rtech.UUCP> <435@rtech.UUCP> Organization: Relational Technology Inc, Alameda CA Lines: 25 Sorry, my brain must have been semi - out of gear when I posted that article. The "One Article" bug IS a bit more extensive than I indicated, as I've been reminded via mail. The fix is simple, though. The problem is that first articles in spooling lists aren't getting picked up, period. That IS reasonably serious. Here's what I did about it. in newsrc you'll find: if (nread != NULL) lownum = atoi(nread); else lownum = 0; After this statement, simply put: if (lownum > 0) --lownum; I COULD simply say lownum = atoi(nread) - 1; if I trusted the active list to always have positive numbers. Actually, the logic for reading articles should work with lownum negative, but I don't want to allow it anyway. Bob McQueer -- {amdahl, sun, mtxinu, hoptoad, cpsc6a}!rtech!bobm