From: David Levine Date: Sun, 3 Nov 2013 18:34:12 +0000 (-0600) Subject: Cleaned up the "stripped CRs" mhfixmsg verbose message. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/17f6f4ae944f5b245d943aee5aa12f93e5a751ff?ds=sidebyside;hp=eac1212372816e5f6516f5cfd6515358bd32e351 Cleaned up the "stripped CRs" mhfixmsg verbose message. --- diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index 20bb2835..10e9af51 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -1734,8 +1734,8 @@ strip_crs (CT ct, int *message_mods) { ++*message_mods; if (verbosw) { - report (NULL, - begin == 0 && end == 0 ? "(tmpfile)" : *file, + report (ct->c_partno, + begin == 0 && end == 0 ? "" : *file, "stripped CRs"); } }