]> git.llucax.com Git - software/mutt-debian.git/blobdiff - editmsg.c
new patch from upstream to fix the atime issue
[software/mutt-debian.git] / editmsg.c
index 85b75e3143e42a3d751a40710027b40d4a56c870..ecba75442db9eaf236f95c92ca50623b131547f2 100644 (file)
--- a/editmsg.c
+++ b/editmsg.c
@@ -191,7 +191,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur)
   mx_close_mailbox (&tmpctx, NULL);
   
   bail:
-  if (fp) fclose (fp);
+  if (fp) safe_fclose (&fp);
 
   if (rc >= 0)
     unlink (tmp);