mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Fix silly execve() regression
This commit is contained in:
parent
4631d34d0d
commit
af8236264e
2 changed files with 5 additions and 3 deletions
|
@ -501,6 +501,8 @@ textwindows int FlushConsoleInputBytes(int64_t handle) {
|
|||
if (FlushConsoleInputBuffer(handle)) {
|
||||
dll_make_first(&__keystroke.free, __keystroke.list);
|
||||
__keystroke.list = 0;
|
||||
dll_make_first(&__keystroke.free, __keystroke.line);
|
||||
__keystroke.line = 0;
|
||||
rc = 0;
|
||||
} else {
|
||||
rc = __winerr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue