mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:13:53 +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
|
@ -42,7 +42,7 @@ INT cmd_goto (LPTSTR cmd, LPTSTR param)
|
|||
LPTSTR tmp, tmp2;
|
||||
LONG lNewPosHigh = 0;
|
||||
|
||||
TRACE ("cmd_goto (\'%s\', \'%s\'\n", cmd, param);
|
||||
TRACE ("cmd_goto (\'%s\', \'%s\'\n", debugstr_aw(cmd), debugstr_aw(param));
|
||||
|
||||
if (!_tcsncmp (param, _T("/?"), 2))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue