cmd.exe: Fix FOR so it works as 'well' as before.

Detlef Riekenberg wine.dev at web.de
Mon Jun 18 10:24:20 CDT 2007


Hi Jason.

The Patch is already in the tree, but I have a question: 
+ *
+ * Execute a command, and any && or bracketed follow on to the command.
The
+ * first command to be executed may not be at the front of the
+ * commands->thiscommand string (eg. it may point after a DO or ELSE
+ * Returns TRUE if something like exit or goto has aborted all
processing
+ */
+void WCMD_part_execute(CMD_LIST **cmdList, WCHAR *firstcmd, WCHAR
*variable,
+                       WCHAR *value, BOOL isIF, BOOL conditionTRUE) {
+

The comment missed a closing bracked somewhere.
How does the "Returns TRUE" match the declaration ("void")?


Thanks

-- 
 
By by ... Detlef





More information about the wine-devel mailing list