]> granicus.if.org Git - mutt/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)
commit55b24d5300049d2cbf13a7c9428815cf14c9126d
tree38e5c7e22f8a115ea853529d5261b93d9faba89f
parentd08429faab901480603bacd9215f66fd52109f73
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