X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgpmicalg.c;h=0edbfeaa4c6ce5619cddb63907e1c64719a05420;hb=558b0bd9de90a9dc28f409d8f46679bf48c72ded;hp=ae16b11a4d7472c2bf326790038358f07b48c507;hpb=892df7e70376da43374d834b8a825ea2d59efd06;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpmicalg.c b/lib-crypt/pgpmicalg.c index ae16b11..0edbfea 100644 --- a/lib-crypt/pgpmicalg.c +++ b/lib-crypt/pgpmicalg.c @@ -137,7 +137,7 @@ static short pgp_find_hash (const char *fname) short rv = -1; - out = m_tempfile (tempfile, sizeof(tempfile), NONULL(Tempdir), NULL); + out = m_tempfile (tempfile, sizeof(tempfile), NONULL(MCore.tmpdir), NULL); if (!out) { mutt_perror (_("Can't create temporary file")); goto bye;