lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev web site crashes Lynx


From: Thomas Dickey
Subject: Re: lynx-dev web site crashes Lynx
Date: Wed, 24 Jul 2002 15:06:47 -0400
User-agent: Mutt/1.2.5i

On Wed, Jul 24, 2002 at 11:26:29AM -0700, Walter Ian Kaye wrote:
> Try this today:
> 
> http://209.1.58.86/store/
> 
> (it used to work; something's different now)

something is - I don't know what.  But here's a fix.

--- GridText.c.orig     Tue May 28 15:56:46 2002
+++ GridText.c  Wed Jul 24 15:05:09 2002
@@ -9177,7 +9177,7 @@
            last_input->value_cs          = new_ptr->value_cs;
        } else {
            int newlen = strlen(new_ptr->name);
-           int curlen = strlen(HTCurSelectedOptionValue);
+           int curlen = HTCurSelectedOptionValue ? 
strlen(HTCurSelectedOptionValue) : 0;
                /*
                 *  Make the selected Option Value as long as
                 *  the longest option.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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