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: [EMAIL PROTECTED]


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to