From dc35ba82dbe9ba8cb27e623949dcd4b91930d3c5 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sat, 4 Nov 2006 01:50:31 +0100 Subject: [PATCH] fix small bug from julien Signed-off-by: Pierre Habouzit --- attach.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attach.c b/attach.c index 3323af6..e1cd5b6 100644 --- a/attach.c +++ b/attach.c @@ -325,6 +325,8 @@ void mutt_check_lookup_list (BODY * b, char *type, int len) BODY tmp; int n; + p_clear(&tmp, 1); + if ((n = mutt_lookup_mime_type (&tmp, b->filename)) != TYPEOTHER) { snprintf (type, len, "%s/%s", n == TYPEAUDIO ? "audio" : -- 2.20.1