mutt_FormatString -> m_strformat (will soon end up into the str lib \o/)
[apps/madmutt.git] / sendlib.c
index e863656..c7e8bfd 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1840,7 +1840,7 @@ static int mutt_invoke_sendmail (address_t * from,        /* the sender */
   if (option (OPTNEWSSEND)) {
     char cmd[LONG_STRING];
 
   if (option (OPTNEWSSEND)) {
     char cmd[LONG_STRING];
 
-    mutt_FormatString (cmd, sizeof (cmd), NONULL (Inews), nntp_format_str, 0,
+    m_strformat (cmd, sizeof (cmd), NONULL (Inews), nntp_format_str, 0,
                        0);
     if (m_strisempty(cmd)) {
       i = nntp_post (msg);
                        0);
     if (m_strisempty(cmd)) {
       i = nntp_post (msg);