exit str_cmp enters m_strcmp
[apps/madmutt.git] / rfc1524.c
index ceca551..35a2a95 100644 (file)
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -197,7 +197,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 */