From: David Levine Date: Mon, 4 Aug 2014 02:05:03 +0000 (-0500) Subject: Here's a better fix to m_Eom() in m_getfld.c than commit X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4f7866121132ca824df3fd6f847fc18f49cfd70b?hp=4f7866121132ca824df3fd6f847fc18f49cfd70b Here's a better fix to m_Eom() in m_getfld.c than commit d2520ac7054ad75d60342606bf13c821305d958c. The comparison of the return value of Getc() with EOF must be as an integer, not a char. ---