X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=08d854c6b09d99f3121dde92f50430150331038e;hp=2d355d2665219b9f759becf26d62e8ac243d464a;hb=2743a22ef30aff197b866b9e3547ac429920f6d9;hpb=0f44dc85fc1280372ffab911d701e703d803fb4b diff --git a/handler.c b/handler.c index 2d355d2..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; } @@ -1626,7 +1626,7 @@ void autoview_handler (BODY * a, STATE * s) } if (thepid < 0) { - mutt_perror _("Can't create filter"); + mutt_perror (_("Can't create filter")); if (s->flags & M_DISPLAY) { state_mark_attach (s);