From: David Levine Date: Sun, 30 Jun 2013 23:28:56 +0000 (-0500) Subject: Added to the Solaris debug printout. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/555dd3ce3b55f3af9469bd531397138d3ecf08d4?ds=inline;hp=-c Added to the Solaris debug printout. --- 555dd3ce3b55f3af9469bd531397138d3ecf08d4 diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index b96cf6b1..1f1065c3 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -1559,7 +1559,7 @@ content_encoding (CT ct) { size_t line_len = 0; int last_char_was_cr = 0; - fprintf (stderr, "%s:%d; %*s\n", __FILE__, __LINE__, inbytes, buffer); /* ???? */ + fprintf (stderr, "%s:%d; (%ld bytes) %*s\n", __FILE__, __LINE__, (long) inbytes, inbytes, buffer); /* ???? */ for (i = 0, cp = buffer; i < inbytes; ++i, ++cp) { fprintf (stderr, "line_len=%d\n", line_len); /* ???? */