X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5280c5a31ea160150cb6e6ca14e639cf68de0205..ca2f8cc7e93a21f9f04e0d976ca97feac4802e91:/uip/mhbuild.c diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 65b79487..b6f26eb9 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -380,7 +380,7 @@ main (int argc, char **argv) /* output MIME message to this temporary file */ if ((cp = m_mktemp2(compfile, invo_name, NULL, &fp_out)) == NULL) { - adios(NULL, "unable to create temporary file in %s", get_temp_dir()); + adios(NULL, "unable to create temporary file"); } strncpy(outfile, cp, sizeof(outfile));