X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=c7e8bfdfc5d7b6ff1f03cef3b3c23796e2e372e5;hp=e863656a3bea587a87e7b74d15b864815db64b4d;hb=1eeaaac6bdcad962c41bf975a32078cc4a0e578c;hpb=3755188848d66fd8c0638ce8514fbf57aa94518f diff --git a/sendlib.c b/sendlib.c index e863656..c7e8bfd 100644 --- 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]; - 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);