X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=306bf68764f91cf58f9ce13c1a31eeda1c16e368;hb=8a2967d883cee12f0de4c0cdf0cd594ea96e622b;hp=d80b21d2ed5ffc50b93b4f2998ad767a7472bbbe;hpb=6896715a0d62173a620b2377dba8e6d2058c1ee2;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index d80b21d..306bf68 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -346,8 +346,8 @@ NNTP_SERVER *mutt_select_newsserver (char *server) if (!conn) return NULL; - m_strformat(file, sizeof(file), NONULL(NewsRc), nntp_format_str, NULL, 0); - mutt_expand_path (file, sizeof (file)); + m_strformat(file, sizeof(file), NewsRc, nntp_format_str, NULL, 0); + mutt_expand_path(file, sizeof(file)); serv = (NNTP_SERVER *) conn->data; if (serv) {