[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Proposed fix for lynx
From: |
dickey |
Subject: |
Re: lynx-dev Proposed fix for lynx |
Date: |
Sat, 21 Nov 1998 14:09:44 -0500 (EST) |
> Tom or someone else familar with the HTString.c module, do you have time
> to look at this change? After making it, it _seems_ like I am getting
> better behavior both for the download msgs AND for mail.yahoo.com
It looks like you're right: the test for dst_len was part of a fragment
that I abandoned - but didn't completely remove. It breaks the calls
for telnet and image-map (which I didn't exercise yesterday).
> --- HTString.c-dist Sat Nov 21 12:46:03 1998
> +++ HTString.c Sat Nov 21 12:42:09 1998
> @@ -414,3 +414,4 @@
> fmt_ptr[f++] = *fmt;
> - while (*++fmt != '\0' && dst_len != 0 && !done) {
> + /* while (*++fmt != '\0' && dst_len != 0 && !done) { */
> + while (*++fmt != '\0' && have != 0 && !done) {
> fmt_ptr[f++] = *fmt;
> Larry W. Virden <URL:mailto:address@hidden>
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey