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
ecdc4dac
Commit
ecdc4dac
authored
Dec 09, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Fix the spelling of a WINE_TRACE() message and a comment.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e3d7f4d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
builtins.c
programs/cmd/builtins.c
+1
-1
wcmd.h
programs/cmd/wcmd.h
+1
-1
No files found.
programs/cmd/builtins.c
View file @
ecdc4dac
...
...
@@ -2511,7 +2511,7 @@ void WCMD_for (WCHAR *p, CMD_LIST **cmdList) {
heap_free
(
dirsToWalk
->
dirName
);
heap_free
(
dirsToWalk
);
dirsToWalk
=
nextDir
;
if
(
dirsToWalk
)
WINE_TRACE
(
"Moving to next director
t
y to iterate: %s
\n
"
,
if
(
dirsToWalk
)
WINE_TRACE
(
"Moving to next directory to iterate: %s
\n
"
,
wine_dbgstr_w
(
dirsToWalk
->
dirName
));
else
WINE_TRACE
(
"Finished all directories.
\n
"
);
}
...
...
programs/cmd/wcmd.h
View file @
ecdc4dac
...
...
@@ -34,7 +34,7 @@
/* msdn specified max for Win XP */
#define MAXSTRING 8192
/* Data structure to hold commands delimit
o
rs/separators */
/* Data structure to hold commands delimit
e
rs/separators */
typedef
enum
_CMDdelimiters
{
CMD_NONE
,
/* End of line or single & */
...
...
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