mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
wrong string where being use when you type echo
thx David Nordenberg for notify me about it svn path=/trunk/; revision=15179
This commit is contained in:
@@ -61,7 +61,7 @@ INT CommandEcho (LPTSTR cmd, LPTSTR param)
|
||||
ConOutPuts (param);
|
||||
else
|
||||
{
|
||||
LoadString(CMD_ModuleHandle, STRING_ECHO_HELP4, szMsg, RC_STRING_MAX_SIZE);
|
||||
LoadString(CMD_ModuleHandle, STRING_ECHO_HELP5, szMsg, RC_STRING_MAX_SIZE);
|
||||
ConOutPrintf(szMsg, bEcho ? D_ON : D_OFF);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user