mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fixed some type problems if cmd is compiled as unicode.
svn path=/trunk/; revision=5466
This commit is contained in:
@@ -339,7 +339,7 @@ INT CommandDelete (LPTSTR cmd, LPTSTR param)
|
||||
else
|
||||
ConOutPrintf (_T(" %lu file%s deleted\n"),
|
||||
dwFiles,
|
||||
(dwFiles == 1) ? "" : "s");
|
||||
(dwFiles == 1) ? _T("") : _T("s"));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user