]> diplodocus.org Git - nmh/blobdiff - uip/mhbuild.c
inc/test-eom-align: Fix MMDF-mbox `B' size calculation.
[nmh] / uip / mhbuild.c
index 65b7948717d2024d2658371610c0d2960a43fc5b..b6f26eb9a2e9f08e5f0adb306bd2a2c5bd56ca5c 100644 (file)
@@ -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));