~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to editmsg.c

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090617171728-61dkl7w5fgn7ybdq
Tags: upstream-1.5.20
Import upstream version 1.5.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
  mx_close_mailbox (&tmpctx, NULL);
192
192
  
193
193
  bail:
194
 
  if (fp) fclose (fp);
 
194
  if (fp) safe_fclose (&fp);
195
195
 
196
196
  if (rc >= 0)
197
197
    unlink (tmp);