Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucla-cs.ARPA Path: utzoo!watmath!clyde!cbosgd!ulysses!bellcore!decvax!hplabs!sdcrdcf!ucla-cs!ekrell From: ekrell@ucla-cs.UUCP Newsgroups: net.bugs,net.news.b Subject: Re: 2.10.3 unbatch bug and fix Message-ID: <9980@ucla-cs.ARPA> Date: Wed, 19-Mar-86 22:22:30 EST Article-I.D.: ucla-cs.9980 Posted: Wed Mar 19 22:22:30 1986 Date-Received: Fri, 21-Mar-86 07:12:05 EST References: <243@micropro.UUCP> Reply-To: ekrell@ucla-cs.UUCP (Eduardo Krell) Organization: UCLA Computer Science Department Lines: 14 Xref: watmath net.bugs:756 net.news.b:1326 In article <243@micropro.UUCP> news@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@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 !