cmd: Print the debug string instead of the pointer value.
This commit is contained in:
parent
741f7b6f0c
commit
6899279bab
|
@ -1503,8 +1503,7 @@ static void WCMD_part_execute(CMD_LIST **cmdList, const WCHAR *firstcmd,
|
|||
CMD_LIST *curPosition = *cmdList;
|
||||
int myDepth = (*cmdList)->bracketDepth;
|
||||
|
||||
WINE_TRACE("cmdList(%p), firstCmd(%p), doIt(%d)\n",
|
||||
cmdList, wine_dbgstr_w(firstcmd),
|
||||
WINE_TRACE("cmdList(%p), firstCmd(%s), doIt(%d)\n", cmdList, wine_dbgstr_w(firstcmd),
|
||||
executecmds);
|
||||
|
||||
/* Skip leading whitespace between condition and the command */
|
||||
|
|
Loading…
Reference in New Issue