X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc1524.c;h=b02ab4d49622a62ddf82ee27a08f1edd7406d4d7;hp=ad98954198049d3739d307af31d4893cbd652a04;hb=28b09c881c2b1175298a3b94e09106f77a94eb88;hpb=841a368ddea400022328f35dd8c7a3eb6f543892 diff --git a/rfc1524.c b/rfc1524.c index ad98954..b02ab4d 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -22,6 +22,7 @@ #endif #include "mutt.h" +#include "ascii.h" #include "rfc1524.h" #include "attach.h" @@ -506,7 +507,7 @@ int rfc1524_expand_filename (char *nametemplate, } } - mutt_adv_mktemp (newfile, nflen); + mutt_adv_mktemp (NULL, newfile, nflen); if (rmatch && lmatch) return 0;