Fix compilation warnings in compose.c and init.c
[apps/madmutt.git] / lib-mime / rfc822parse.c
index 40da94d..3eafd9e 100644 (file)
@@ -347,7 +347,7 @@ void mutt_parse_content_type(char *s, BODY *ct)
         if (!pc) {
             mutt_set_parameter("charset",
                                option(OPTSTRICTMIME) ? "us-ascii" :
-                               mutt_get_first_charset(AssumedCharset),
+                               charset_getfirst(AssumedCharset),
                                &ct->parameter);
         }
     }