lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Bug in LYPrint.c [PATCH]


From: Doug Kaufman
Subject: lynx-dev Bug in LYPrint.c [PATCH]
Date: Sat, 20 Jan 2001 21:50:28 -0800 (PST)

A user of the DOS binary just reported that attempting to mail a file
from the PRINT menu led to an email with a blank body. It looks like
this would happen for any platform not using LYPipeToMailer(). I think
this is the correct fix. (Patch is against dev.14, but the file is the
same in the current version.)
                             Doug

--- lynx2.8.4dev.14/lynx2-8-4/src/LYPrint.c     Thu Sep 21 18:21:58 2000
+++ lynx2.8.4dev.14/lynx2-8-4/src/LYPrint.c.new Sat Jan 20 20:17:16 2001
@@ -775,6 +775,7 @@
 #if CAN_PIPE_TO_MAILER
     pclose(outfile_fp);
 #else
+    LYCloseTempFP(outfile_fp);
     LYSendMailFile (
            user_response,
            my_temp,

__ 
Doug Kaufman
Internet: address@hidden


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

reply via email to

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