X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=062f975cc62528e339c0a2e1948ddc724dc7b0fb;hp=1162b23d342ba7446b230c9c75e9d9e9aea130f8;hb=80566f6aedda1e4bdcca38f9cb27101b5ba1029f;hpb=688ac22f746f785c27ac99ac86aa85a3035a3638 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;