In eread, ignore unexpected events instead of returning early.
This commit is contained in:
parent
d1e25ee94e
commit
8e06ea1b42
@ -90,7 +90,7 @@ again:
|
|||||||
goto again;
|
goto again;
|
||||||
return Ekeyboard;
|
return Ekeyboard;
|
||||||
default:
|
default:
|
||||||
return 0;
|
goto again;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user