lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Proposed fix for lynx


From: Larry W. Virden
Subject: lynx-dev Proposed fix for lynx
Date: Sat, 21 Nov 1998 12:47:19 -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


--- 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>
<URL:http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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