X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=a118df79f4e4851215d29b9e275d2c9e6e101f48;hp=61efc4beff3ed6e4bfe4699f223ea3d94ff49285;hb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/handler.c b/handler.c index 61efc4b..a118df7 100644 --- a/handler.c +++ b/handler.c @@ -19,11 +19,12 @@ #include #include +#include #include #include +#include #include "mutt.h" -#include "ascii.h" #include "recvattach.h" #include "handler.h" #include "mutt_curses.h" @@ -678,7 +679,7 @@ int text_enriched_handler (BODY * a, STATE * s) int tag_len = 0; char tag[LONG_STRING + 1]; - memset (&stte, 0, sizeof (stte)); + p_clear(&stte, 1); stte.s = s; stte.WrapMargin = ((s->flags & M_DISPLAY) ? (COLS - 4) : ((COLS - 4) <