Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!decvax!linus!philabs!aecom!naftoli From: naftoli@aecom.UUCP (Robert N. Berlinger) Newsgroups: news.software.b Subject: Re: New l command of vnews has bugs (patchlevel 2) Message-ID: <838@aecom.UUCP> Date: Wed, 24-Dec-86 14:38:49 EST Article-I.D.: aecom.838 Posted: Wed Dec 24 14:38:49 1986 Date-Received: Thu, 25-Dec-86 06:35:53 EST References: <834@aecom.UUCP> Organization: Albert Einstein College of Medicine, NY Lines: 27 Summary: Here's a fix In article <834@aecom.UUCP>, naftoli@aecom.UUCP (Robert N. Berlinger) writes: > Try running the new 'l' command of vnews twice in a row -- first > time it works fine, second time, it hangs. If you interrupt, it > prints '[Hit Return to Continue]' and when you do, you get an > "abort -- core dumped". I researched the problem -- actually there were two separate problems -- and below is a diffs of rfuncs.c: 731c731,735 < return *p1 > *p2; --- > if(*p1 > *p2) > return(1); > else if(*p1 < *p2) > return(-1); > else return(0); 833a838 > lg_array = NULL; I assume that the patch will be included in patchlevel three (and has already been forwarded to Rick Adams). -- Robert N. Berlinger Systems Analyst, Scientific Computing Center Compuserve: 73047,741 Albert Einstein College of Medicine Easylink: 62956067 UUCP: ...{philabs,cucard,pegasus,rocky2}!aecom!naftoli GEnie: R.Berlinger