]> diplodocus.org Git - nmh/commitdiff
OK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ is 1024.
authorDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:50:50 +0000 (18:50 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 30 Jun 2013 23:50:50 +0000 (18:50 -0500)
The problem was in the content_encoding() function of mhfixmsg:
it would restart its counter of the characters on a line whenever
new characters were read in.  The fix was easy, just move the
initialization of that counter outside of the fread() loop.


No differences found