X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=parse.c;h=2d1ecd655b7d62bc1b1933abb89ebeb5029a030f;hb=21595f98b7c8132f99abb9fee60ecdce31fc980f;hp=fe0a40d698fba2ca384ba945afb90cda508dcba5;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd;p=apps%2Fmadmutt.git diff --git a/parse.c b/parse.c index fe0a40d..2d1ecd6 100644 --- a/parse.c +++ b/parse.c @@ -13,12 +13,12 @@ #include #include +#include #include +#include #include "mutt.h" -#include "buffer.h" #include "enter.h" -#include "ascii.h" #include "recvattach.h" #include "mx.h" #include "mime.h" @@ -805,7 +805,7 @@ time_t mutt_parse_date (const char *s, HEADER * h) t = scratch; SKIPWS (t); - memset (&tm, 0, sizeof (tm)); + p_clear(&tm, 1); while ((t = strtok (t, " \t")) != NULL) { switch (count) {