Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6899279b
Commit
6899279b
authored
Apr 17, 2013
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Print the debug string instead of the pointer value.
parent
741f7b6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
builtins.c
programs/cmd/builtins.c
+1
-2
No files found.
programs/cmd/builtins.c
View file @
6899279b
...
@@ -1503,8 +1503,7 @@ static void WCMD_part_execute(CMD_LIST **cmdList, const WCHAR *firstcmd,
...
@@ -1503,8 +1503,7 @@ static void WCMD_part_execute(CMD_LIST **cmdList, const WCHAR *firstcmd,
CMD_LIST
*
curPosition
=
*
cmdList
;
CMD_LIST
*
curPosition
=
*
cmdList
;
int
myDepth
=
(
*
cmdList
)
->
bracketDepth
;
int
myDepth
=
(
*
cmdList
)
->
bracketDepth
;
WINE_TRACE
(
"cmdList(%p), firstCmd(%p), doIt(%d)
\n
"
,
WINE_TRACE
(
"cmdList(%p), firstCmd(%s), doIt(%d)
\n
"
,
cmdList
,
wine_dbgstr_w
(
firstcmd
),
cmdList
,
wine_dbgstr_w
(
firstcmd
),
executecmds
);
executecmds
);
/* Skip leading whitespace between condition and the command */
/* Skip leading whitespace between condition and the command */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment