From: David Levine Date: Wed, 20 Feb 2013 01:45:25 +0000 (-0600) Subject: In m_getfld.c, cast the returns of valid characters to X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/030c6e4df060fcbc33db4495148267e90c960d9d?ds=inline;hp=030c6e4df060fcbc33db4495148267e90c960d9d In m_getfld.c, cast the returns of valid characters to 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. ---