mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
Fix debug output of strings
svn path=/trunk/; revision=33536
This commit is contained in:
parent
c65c9124fa
commit
c79d92ab52
22 changed files with 80 additions and 95 deletions
|
@ -177,7 +177,7 @@ INT cmd_time (LPTSTR cmd, LPTSTR param)
|
|||
|
||||
ConInString (s, 40);
|
||||
|
||||
TRACE ("\'%s\'\n", s);
|
||||
TRACE ("\'%s\'\n", debugstr_aw(s));
|
||||
|
||||
while (*s && s[_tcslen (s) - 1] < _T(' '))
|
||||
s[_tcslen(s) - 1] = _T('\0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue