]> diplodocus.org Git - nmh/commitdiff
Added to the Solaris debug printout.
authorDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:28:56 +0000 (18:28 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:28:56 +0000 (18:28 -0500)
uip/mhfixmsg.c

index b96cf6b1247a06710cc3e4292bb1d50c9d246bc9..1f1065c3c2f068fafe013f28162572475a44bd50 100644 (file)
@@ -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); /* ???? */