]> git.mxchange.org Git - simgear.git/commit
Fix typing error with fgetc in readln(). On most boxes, this would
authorandy <andy>
Mon, 25 Aug 2008 16:53:34 +0000 (16:53 +0000)
committerandy <andy>
Mon, 25 Aug 2008 16:53:34 +0000 (16:53 +0000)
commite55f55cd3e82e869937322de888721445af079b9
tree5b41306f449cbed5b3db9c1ed0d00f1dd95c89d9
parent29aad066f0e57a04649b92083c4be7c6d490de31
Fix typing error with fgetc in readln().  On most boxes, this would
cause a spurious EOF when there was a 0xff in the stream.  But on PPC,
char is unsigned (for reasons known only to IBM) and it would loop
forever.
simgear/nasal/iolib.c