X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=help.c;fp=help.c;h=062f975cc62528e339c0a2e1948ddc724dc7b0fb;hb=558b0bd9de90a9dc28f409d8f46679bf48c72ded;hp=1162b23d342ba7446b230c9c75e9d9e9aea130f8;hpb=892df7e70376da43374d834b8a825ea2d59efd06;p=apps%2Fmadmutt.git diff --git a/help.c b/help.c index 1162b23..062f975 100644 --- a/help.c +++ b/help.c @@ -284,7 +284,7 @@ void mutt_help (int menu) desc = _(""); do { - f = m_tempfile(tmp, sizeof(tmp), NONULL(Tempdir), NULL); + f = m_tempfile(tmp, sizeof(tmp), NONULL(MCore.tmpdir), NULL); if (!f) { mutt_perror(tmp); return;