In eread, ignore unexpected events instead of returning early.

This commit is contained in:
rsc 2005-09-15 17:18:00 +00:00
parent d1e25ee94e
commit 8e06ea1b42

View file

@ -90,7 +90,7 @@ again:
goto again;
return Ekeyboard;
default:
return 0;
goto again;
}
}