X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=08d854c6b09d99f3121dde92f50430150331038e;hp=5cebcad68f71e966c7816fd3f47b8c869ce7cee1;hb=2743a22ef30aff197b866b9e3547ac429920f6d9;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd diff --git a/handler.c b/handler.c index 5cebcad..08d854c 100644 --- a/handler.c +++ b/handler.c @@ -31,6 +31,7 @@ #include "lib/mem.h" #include "lib/intl.h" #include "lib/str.h" +#include "lib/debug.h" #define BUFI_SIZE 1000 #define BUFO_SIZE 2000 @@ -287,8 +288,7 @@ void mutt_decode_base64 (STATE * s, long len, int istext, iconv_t cd) buf[i++] = ch; } if (i != 4) { - dprint (2, (debugfile, "%s:%d [mutt_decode_base64()]: " - "didn't get a multiple of 4 chars.\n", __FILE__, __LINE__)); + debug_print (2, ("didn't get a multiple of 4 chars.\n")); break; }