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: Foteos Macrides
Subject: Re: LYNX-DEV has anyone investigated enhancements to lynx's newspost code?
Date: Fri, 31 Jan 1997 13:56:43 -0500 (EST)

"Christopher R. Maden" <address@hidden> wrote:
>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.

        if ((org = getenv("ORGANIZATION")) != NULL && *org != '\0') {

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; 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]