lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: fix HTReadProgress (patch)


From: pg
Subject: Re: lynx-dev Re: fix HTReadProgress (patch)
Date: Mon, 21 Dec 1998 08:26:41 -0700 (MST)

In a recent note, address@hidden said:

> Date: Mon, 21 Dec 1998 09:51:51 -0500 (EST)
> 
> on Thursday.  There are the two localized bugs (keymap, partial display),
> 
Also, I hope, Klaus's one-liner for persistent cookies:
 
   Linkname: lynx-dev Re: Error compiling dev.10 without 
          EXP_PERSISTENT_COOKIES
        URL: http://www.flora.org/lynx-dev/html/month1298/msg00510.html

> ../../lynx2-8-2/src/LYCookie.c:527: `persistent_cookies' undeclared (first use
 in this function)
 
The offending line should be changed from
    } else if ((persistent_cookies && (co->flags & COOKIE_FLAG_FROM_FILE))
to just
    } else if ((co->flags & COOKIE_FLAG_FROM_FILE)

-- gil

reply via email to

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