- Fixed some type problems if cmd is compiled as unicode.
[reactos.git] / reactos / subsys / system / cmd / cmdinput.c
index 4b5e08d..0adef50 100644 (file)
@@ -221,7 +221,7 @@ VOID ReadCommand (LPTSTR str, INT maxlen)
                                                str[current - 1] = _T('\0');
                                                if (GetCursorX () != 0)
                                                {
-                                                       ConOutPrintf ("\b \b");
+                                                       ConOutPrintf (_T("\b \b"));
                                                }
                                                else
                                                {