2.10.3 unbatch bug and fix

USENET administrator news at micropro.UUCP
Wed Mar 19 06:54:09 AEST 1986


Yikes!  I lost two days of news.  Hasn't anyone *used* the 2.10.3
unbatcher?  It doesn't work.

Here's a diff.  (I don't know how to make a context diff, or don't
have the utility.  Is it PD?)

unbatch.c, where < = old and > = new

53,54c53,54
< 		while (strncmp(buf, "#! rnews ", 9) 
< 			|| strncmp(buf, "! rnews ", 8)) { /* kludge for bug */
---
> 		while (!strncmp(buf, "#! rnews ", 9) 
> 			&& !strncmp(buf, "! rnews ", 8)) { /* kludge for bug */


-- 
Mojo
Morris Jones, MicroPro USENET Administrator
{lll-crg,ptsfa,dual,well,pyramid}!micropro!usenet



More information about the Net.bugs mailing list