rework m_strformat so that it takes the cols number to use in case of
[apps/madmutt.git] / nntp / newsrc.c
index 306bf68..6d5fad5 100644 (file)
@@ -346,7 +346,7 @@ NNTP_SERVER *mutt_select_newsserver (char *server)
   if (!conn)
     return NULL;
 
-  m_strformat(file, sizeof(file), NewsRc, nntp_format_str, NULL, 0);
+  m_strformat(file, sizeof(file), 0, NewsRc, nntp_format_str, NULL, 0);
   mutt_expand_path(file, sizeof(file));
 
   serv = (NNTP_SERVER *) conn->data;