2.10.3 unbatch bug and fix

ekrell at ucla-cs.UUCP ekrell at ucla-cs.UUCP
Thu Mar 20 13:22:30 AEST 1986


In article <243 at micropro.UUCP> news at micropro.UUCP (USENET administrator) writes:
>< 		while (strncmp(buf, "#! rnews ", 9) 
>< 			|| strncmp(buf, "! rnews ", 8)) { /* kludge for bug */
>---
>> 		while (!strncmp(buf, "#! rnews ", 9) 
>> 			&& !strncmp(buf, "! rnews ", 8)) { /* kludge for bug */

Aren't these two the same by De Morgan's law?
-- 
    Eduardo Krell               UCLA Computer Science Department
    ekrell at ucla-locus.arpa      ..!{sdcrdcf,ihnp4,trwspp,ucbvax}!ucla-cs!ekrell

          You have the right to express your opinions,
          but that doesn't mean your opinions are right !



More information about the Net.bugs mailing list