]> diplodocus.org Git - nmh/commitdiff
m_getfld.c: Alter Ungetc() to die if it can't rewind.
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 9 Aug 2017 13:49:53 +0000 (14:49 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 9 Aug 2017 13:49:53 +0000 (14:49 +0100)
It used to return EOF to the caller in this case, but none of the three
callers bothered checking.  And the other return value of a `peek' of
the character that would next be read was also unused.


No differences found