Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!gummo!whuxlb!pyuxll!eisx!npoiv!npois!hogpc!houxm!ihnp4!ixn5c!inuxc!pur-ee!uiucdcs!trsvax!ron From: ron@trsvax.UUCP Newsgroups: net.sources Subject: Re: Fixes to NRO - (nf) Message-ID: <2851@uiucdcs.UUCP> Date: Thu, 15-Sep-83 23:29:22 EDT Article-I.D.: uiucdcs.2851 Posted: Thu Sep 15 23:29:22 1983 Date-Received: Sat, 17-Sep-83 15:48:24 EDT Lines: 25 #N:trsvax:42500009:000:640 trsvax!ron Sep 1 09:44:00 1983 Well, you win some, you lose some. I accidentially introduced three bugs in the NRO sources released last week. Here are the corrections. (I have further bug fixes and enhancements which I will be releasing very soon. One enhancement is an indexing page scheme.) In the function "defmac", change the line that reads: if((*p == '.') && (findcomm(p) == EN)) to read: if((*p == '.') && (findcomm(p+1) == EN)) In the function "maceval", change the line that reads: while(xx) to read: while(*xx) In the function "addext", change the amount of space for variable "name" from 10 to 150. {microso,ctvax,laidbak}!trsvax!ron