bug in version 7.42 of xbbs
    Sandford Zelkovitz 
    sandy at conexch.UUCP
       
    Thu May 25 07:43:57 AEST 1989
    
    
  
I am sorry to report a bug in my own code; however it does exist! In version
7.42, in the file bbsc2.c, please change line 182 from:
 
               if(len > 72) {
to
                if(len >= 72) {
This BUG is apparent whenever a line is blocked <right justified> and then
reblocked. The code will just hang indefinately.
The above fix is all that is necessary.
 
Sandy
Sanford Zelkovitz   XBBS    714-898-8634    19.2K/9600/2400/1200
....!uunet!zardoz!alphacm!sandy        ....!att!hermix!alphacm!sandy
....!trwrb!ucla-an!alphacm!sandy       ....!ucbvax!ucivax!alphacm!sandy
    
    
More information about the Comp.unix.xenix
mailing list