mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Use the correct read length in ConReadConsoleInput.
svn path=/trunk/; revision=19505
This commit is contained in:
parent
34639a5b85
commit
add44c2ed4
1 changed files with 1 additions and 2 deletions
|
@ -199,8 +199,7 @@ ConReadConsoleInput(PINPUT_RECORD Buffer)
|
|||
NULL,
|
||||
&Iosb,
|
||||
&InputData,
|
||||
// &Buffer->Event.KeyEvent,
|
||||
sizeof(KEY_EVENT_RECORD),
|
||||
sizeof(KEYBOARD_INPUT_DATA),
|
||||
NULL,
|
||||
0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue