lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [PATCH][dev20] Nits


From: John Bley
Subject: lynx-dev [PATCH][dev20] Nits
Date: Thu, 18 Mar 1999 17:40:39 -0500 (EST)

* --disable-partial wasn't compiling because of a supressed #include, 
  replace one more free() with FREE() (John Bley)

-- 
John Bley - address@hidden
Duke '99 - English/Computer Science
  Since English is a mess, it maps well onto the problem space,
  which is also a mess, which we call reality.     - Larry Wall

diff -Burp lynx2-8-2/WWW/Library/Implementation/HTTelnet.c 
lynx2-8-2-patched/WWW/Library/Implementation/HTTelnet.c
--- lynx2-8-2/WWW/Library/Implementation/HTTelnet.c     Mon Feb  8 05:32:59 1999
+++ lynx2-8-2-patched/WWW/Library/Implementation/HTTelnet.c     Thu Mar 18 
17:25:25 1999
@@ -38,7 +38,7 @@ PRIVATE void do_system ARGS1(char *, com
 {
     CTRACE(tfp, "HTTelnet: Command is: %s\n\n", command);
     system(command);
-    free(command);
+    FREE(command);
 }
 
 /*     Telnet or "rlogin" access
diff -Burp lynx2-8-2/src/LYUtils.c lynx2-8-2-patched/src/LYUtils.c
--- lynx2-8-2/src/LYUtils.c     Wed Mar 17 22:17:11 1999
+++ lynx2-8-2-patched/src/LYUtils.c     Thu Mar 18 17:31:24 1999
@@ -20,9 +20,7 @@
 #include <bios.h>
 #endif /* DJGPP_KEYHANDLER */
 
-#ifdef DISP_PARTIAL
 #include <LYKeymap.h>
-#endif /* DISP_PARTIAL */
 
 #ifdef VMS
 #include <descrip.h>

reply via email to

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