Use the correct read length in ConReadConsoleInput.
Modified: trunk/reactos/subsys/system/usetup/console.c
_____
Modified: trunk/reactos/subsys/system/usetup/console.c
--- trunk/reactos/subsys/system/usetup/console.c 2005-11-23
21:59:34 UTC (rev 19504)
+++ trunk/reactos/subsys/system/usetup/console.c 2005-11-23
22:01:38 UTC (rev 19505)
@@ -199,8 +199,7 @@
NULL,
&Iosb,
&InputData,
-// &Buffer->Event.KeyEvent,
- sizeof(KEY_EVENT_RECORD),
+ sizeof(KEYBOARD_INPUT_DATA),
NULL,
0);
Show replies by date