]> granicus.if.org Git - mutt/commitdiff
Turn off asserts in sendlib.c.
authorKevin McCarthy <kevin@8t8.us>
Sun, 20 Mar 2016 00:25:10 +0000 (17:25 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 20 Mar 2016 00:25:10 +0000 (17:25 -0700)
The Doctor reported triggering an assertion in convert_file_to(), due
to an unexpected errno from iconv().  According to the comments, the
assertions were only enabled for debugging and should have been turned
off.  We certainly don't want to abort mutt for this case, so just
disable them as the comment indicates.

sendlib.c

index 1c1b8d1bdc3f4e3a5eabac77d54fe5c72a6813ab..e6b6a79325ac2aa4bb2615e9b3566835cb64883a 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -53,7 +53,7 @@
 #endif
 
 /* If you are debugging this file, comment out the following line. */
-/*#define NDEBUG*/
+#define NDEBUG
 
 #ifdef NDEBUG
 #define assert(x)