X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=d54d1ed42ce5b158d6f645073cc11db04bfb66a8;hp=ea694c337c204fce88d5f09d6fa4ddd4a5655dfb;hb=2dd75819b174c796ebd7e93602a36305b5346c8f;hpb=ad303d5eab5c92f9546cc9d3703a24534d6bb5e0 diff --git a/help.c b/help.c index ea694c3..d54d1ed 100644 --- a/help.c +++ b/help.c @@ -276,7 +276,7 @@ void mutt_help (int menu) desc = _(""); do { - f = m_tempfile(tmp, sizeof(tmp), NONULL(MCore.tmpdir), NULL); + f = m_tempfile(tmp, sizeof(tmp), NONULL(mod_core.tmpdir), NULL); if (!f) { mutt_perror(tmp); return;