iscc: test isl_stream for eof rather than the underlying FILE
commit8a3a2148aa8c9d19734e6854d6cad8199f29e144
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 5 Apr 2010 13:54:21 +0000 (5 15:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 7 Apr 2010 16:45:09 +0000 (7 18:45 +0200)
tree180c4a65914a0952ce40135aeb1ef1c6ffd1fb73
parent0c719ea64b6f6efa1ebce6a5889d59d927303f9b
iscc: test isl_stream for eof rather than the underlying FILE

On hang-up, feof(stdin) apparently doesn't return 1 and so iscc
could enter an infinite loop.
iscc.c