X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b83f27e1980a6c5de752bd55c0ff76f53ec15f6..0a01282c77d958d15a135ade3fcd1ef6c57c7273:/uip/send.c diff --git a/uip/send.c b/uip/send.c index f974337d..7f665ba4 100644 --- a/uip/send.c +++ b/uip/send.c @@ -402,8 +402,7 @@ go_to_it: && altmsg) { vec[vecp++] = "-dist"; if ((cp = m_mktemp2(altmsg, invo_name, NULL, NULL)) == NULL) { - adios(NULL, "unable to create temporary file in %s", - get_temp_dir()); + adios(NULL, "unable to create temporary file"); } distfile = mh_xstrdup(cp); (void) m_unlink(distfile);