mutt_FormatString -> m_strformat (will soon end up into the str lib \o/)
[apps/madmutt.git] / nntp / newsrc.c
index 178594e..2c95d8b 100644 (file)
@@ -344,7 +344,7 @@ NNTP_SERVER *mutt_select_newsserver (char *server)
   if (!conn)
     return NULL;
 
-  mutt_FormatString (file, sizeof (file), NONULL (NewsRc), nntp_format_str, 0,
+  m_strformat (file, sizeof (file), NONULL (NewsRc), nntp_format_str, 0,
                      0);
   mutt_expand_path (file, sizeof (file));