]> diplodocus.org Git - nmh/commitdiff
In m_getfld.c, cast the returns of valid characters to
authorDavid Levine <levinedl@acm.org>
Wed, 20 Feb 2013 01:45:25 +0000 (19:45 -0600)
committerDavid Levine <levinedl@acm.org>
Wed, 20 Feb 2013 01:45:25 +0000 (19:45 -0600)
unsigned char.  This differentiates them from EOF and matches
the behavior prior to the recent m_getfld() rework.  But that
behavior is very broken on 8-bit input.


No differences found