]> diplodocus.org Git - nmh/commitdiff
Compare character with EOF using signed comparison because
authorDavid Levine <levinedl@acm.org>
Sat, 15 Mar 2014 00:04:45 +0000 (19:04 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 15 Mar 2014 00:04:45 +0000 (19:04 -0500)
EOF can be (and is likely) negative.  This showed up on
arm7, which apparently uses unsigned char for char.


No differences found