]> granicus.if.org Git - neomutt/commit
mutt_message_to_7bit(): Only close file pointer if we opened it
authorErik Hovland <erik@hovland.org>
Mon, 6 Apr 2009 17:10:35 +0000 (19:10 +0200)
committerErik Hovland <erik@hovland.org>
Mon, 6 Apr 2009 17:10:35 +0000 (19:10 +0200)
commit2c3143c7e8a7619b0f138c62fad09bf5e84f2129
tree38e5c7e22f8a115ea853529d5261b93d9faba89f
parentb1b4c950d421faf84997fd743747d9209b057f9b
mutt_message_to_7bit(): Only close file pointer if we opened it

The pointer is to be managed outside the function and provided.
Only close it we opened it ourself using fopen().
ChangeLog
sendlib.c