X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc1524.c;h=882f583a71772230b0d65dd4a4d38f4b1224e27d;hp=ceca55169061a9ed6fff5f4e96c74fc5d157be19;hb=1c16e9623a9fb6a15bb284a6f7322b583ebc06a7;hpb=ecaab35b973fbceb58b5ed174971c82762cc0199 diff --git a/rfc1524.c b/rfc1524.c index ceca551..882f583 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "mutt.h" #include "rfc1524.h" @@ -197,7 +198,7 @@ static int rfc1524_mailcap_parse (BODY * a, /* check type */ ch = get_field (buf); if (ascii_strcasecmp (buf, type) && (ascii_strncasecmp (buf, type, btlen) || (buf[btlen] != 0 && /* implicit wild */ - str_cmp (buf + btlen, "/*")))) /* wildsubtype */ + m_strcmp(buf + btlen, "/*")))) /* wildsubtype */ continue; /* next field is the viewcommand */