lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV LYCookie.c typo


From: Larry W. Virden, x2487
Subject: Re: LYNX-DEV LYCookie.c typo
Date: Fri, 1 Aug 1997 08:58:48 -0400

Foteos Macrides <address@hidden> writes
"T.E.Dickey" <address@hidden> wrote:
>> 
>> I found a few lines like the following in LYCookie.c (fotemods, devel):
>> 
>>                     len != (strlen(co->path) + 10);
>> 
>> I suppose that should be `+=' instead of `!=' ?
     ????????

I will skip on the comments from the end of the msg and try to provide
a reasonable response here.

FOTEMODS 1997-07-31
src/LYCookie.c, lines 627, 636, 645 all have the above line in a
context that looks like:

if (co->PortList && isdigit((unsigned char)*co->PortList)) {
                    /*
                     *  Append the port attribute. - FM
                     */
                    StrAllocCat(header, "; $Port=\""); 
                    StrAllocCat(header, co->PortList);
                    StrAllocCat(header, "\"");
                    len != (strlen(co->PortList) + 10); /* <<< Right here */
                }


-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; 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]