remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / charset.c
index 5d7e0cc..b50ca2c 100644 (file)
--- a/charset.c
+++ b/charset.c
@@ -230,7 +230,7 @@ void mutt_canonical_charset (char *dest, size_t dlen, const char *name)
 
   for (i = 0; PreferredMIMENames[i].key; i++)
     if (!ascii_strcasecmp (scratch, PreferredMIMENames[i].key) ||
-        !str_casecmp (scratch, PreferredMIMENames[i].key)) {
+        !m_strcasecmp(scratch, PreferredMIMENames[i].key)) {
       strfcpy (dest, PreferredMIMENames[i].pref, dlen);
       return;
     }