-cmdinput.c(168) - wrong constant is used. patch by YaronAharonson <yaron dot aharonson at gmail dot com>

See issue #2693 for more details.

svn path=/trunk/; revision=29301
This commit is contained in:
Christoph von Wittich
2007-09-29 21:58:24 +00:00
parent b595efe8ae
commit b2a017b28a
+1 -1
View File
@@ -171,7 +171,7 @@ VOID ReadCommand (LPTSTR str, INT maxlen)
ConInKey (&ir);
if (ir.Event.KeyEvent.dwControlKeyState &
(RIGHT_ALT_PRESSED|RIGHT_ALT_PRESSED|
(RIGHT_ALT_PRESSED|LEFT_ALT_PRESSED|
RIGHT_CTRL_PRESSED|LEFT_CTRL_PRESSED) )
{