mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Use the correct read length in ConReadConsoleInput.
svn path=/trunk/; revision=19505
This commit is contained in:
@@ -199,8 +199,7 @@ ConReadConsoleInput(PINPUT_RECORD Buffer)
|
||||
NULL,
|
||||
&Iosb,
|
||||
&InputData,
|
||||
// &Buffer->Event.KeyEvent,
|
||||
sizeof(KEY_EVENT_RECORD),
|
||||
sizeof(KEYBOARD_INPUT_DATA),
|
||||
NULL,
|
||||
0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user