readline: Use .scan instead of .ascii to test timeout

This commit is contained in:
mintsuki 2022-02-20 22:55:52 +01:00
parent 225f1911c2
commit 34f075516d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ _pit_sleep_and_quit_on_keypress:
mov edx, dword [int_08_callback]
mov dword [0x08*4], edx
cmp byte [.ascii], 0
cmp byte [.scan], 0
je .fail
push dword [.mods]