]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
In mhshow, copy result of call to norm_charmap() and get_charset()
[nmh] / uip / whom.c
index 980cdda5bf38f9db797868b5bb2de6d1523b22b7..2a36025aeb6846425a9e4036390c1e120bfc298c 100644 (file)
@@ -196,7 +196,7 @@ main (int argc, char **argv)
 
            status = pidwait(child_id, OK);
 
-           unlink (msg);
+           (void) m_unlink (msg);
            if (rename (backup, msg) == NOTOK)
                adios (msg, "unable to rename %s to", backup);
            done (status);