In a couple of places, fgetc()'s return value gets cast to a char before being
compared with EOF. The one in input.c makes things hang on my machine. I
attached a couple of diffs that fix my problem.
/s
btw, readline support is a glorious thing...
begin 0644 eof-patch
M*BHJ("]H;VUE+W-E86XO
"Sean O'Rourke"
In a couple of places, fgetc()'s return value gets cast to a char before
being
compared with EOF. The one in input.c makes things hang on my machine. I attached a couple of diffs that fix my problem.
Thanks, this bug unfortunately made it out the door with the December release. CVS repository version contains a variant of the fix you made.
btw, readline support is a glorious thing...
So I hear - try running the configure script with --with-readline --sigbjorn
participants (2)
-
Sean O'Rourke -
Sigbjorn Finne