X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/942423b7c3b47c18c78f2fe92a1f741c28224234..5ffd3efb357b5f57ff5acb457d666826b94d297f:/uip/mhfixmsg.c 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"); } }