X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ec18722d02bd307bd09f30715dc8ba4e1b8a6716..e605596f06f250775f89ddfe3f7f2c8fcfda1c4e:/uip/sendsbr.c diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 796b58ea..41060100 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -592,9 +592,8 @@ tmp_fd (void) if (debugsw) inform("temporary file %s selected", tfile); - else - if (m_unlink (tfile) == NOTOK) - advise (tfile, "unable to remove"); + else if (m_unlink (tfile) == NOTOK) + advise (tfile, "unable to remove"); return fd; }