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
e34f58ad
Commit
e34f58ad
authored
Jul 27, 2007
by
Jason Edmeades
Committed by
Alexandre Julliard
Jul 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Remove some debug code.
parent
8e08983e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
wcmdmain.c
programs/cmd/wcmdmain.c
+0
-4
No files found.
programs/cmd/wcmdmain.c
View file @
e34f58ad
...
...
@@ -2069,12 +2069,10 @@ WCHAR *WCMD_ReadAndParseLine(WCHAR *optionalcmd, CMD_LIST **output, HANDLE readF
/* Ignore open brackets inside the for set */
if
(
curLen
==
0
&&
!
inIn
)
{
WINE_TRACE
(
"@@@4
\n
"
);
curDepth
++
;
/* If in quotes, ignore brackets */
}
else
if
(
inQuotes
)
{
WINE_TRACE
(
"@@@3
\n
"
);
curString
[
curLen
++
]
=
*
curPos
;
/* In a FOR loop, an unquoted '(' may occur straight after
...
...
@@ -2088,7 +2086,6 @@ WCHAR *WCMD_ReadAndParseLine(WCHAR *optionalcmd, CMD_LIST **output, HANDLE readF
(
inElse
&&
lastWasElse
&&
onlyWhiteSpace
)
||
(
inFor
&&
(
lastWasIn
||
lastWasDo
)
&&
onlyWhiteSpace
))
{
WINE_TRACE
(
"@@@2
\n
"
);
/* If entering into an 'IN', set inIn */
if
(
inFor
&&
lastWasIn
&&
onlyWhiteSpace
)
{
WINE_TRACE
(
"Inside an IN
\n
"
);
...
...
@@ -2114,7 +2111,6 @@ WCHAR *WCMD_ReadAndParseLine(WCHAR *optionalcmd, CMD_LIST **output, HANDLE readF
curDepth
++
;
}
else
{
WINE_TRACE
(
"@@@1
\n
"
);
curString
[
curLen
++
]
=
*
curPos
;
}
break
;
...
...
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