lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV has anyone investigated enhancements to lynx's newspost cod


From: Christopher R. Maden
Subject: Re: LYNX-DEV has anyone investigated enhancements to lynx's newspost code?
Date: Fri, 31 Jan 1997 18:11:03 GMT

I said:

>     if(!(org[0] == '\0')) {

That should, of course, be

    if(org[0] != '\0') {

I had copied code from something else I'd done...  The fundamental
idea still remains subject to waiver of competency.

-Chris
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]