X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=6ad7ed045a28b4cd11fb59f6d4f74dfbebf02469;hp=3bf9c916f259ce1ccc14c07d5d5f84cffe6acf61;hb=20deb4ce5f654f7c112a7a4c1cf154d00847cf30;hpb=8a2967d883cee12f0de4c0cdf0cd594ea96e622b diff --git a/sendlib.c b/sendlib.c index 3bf9c91..6ad7ed0 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]; - m_strformat(cmd, sizeof(cmd), Inews, nntp_format_str, 0, 0); + m_strformat(cmd, sizeof(cmd), 0, Inews, nntp_format_str, 0, 0); if (m_strisempty(cmd)) { i = nntp_post (msg); unlink (msg);