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 <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]