[RESENT] Batch support for CreateProcess (2 of 3)

Alexandre Julliard julliard at winehq.com
Fri Dec 6 14:51:38 CST 2002


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

> --- wine/programs/wcmd/builtins.c	24 Jul 2002 19:00:25 -0000	1.15
> +++ wine/programs/wcmd/builtins.c	6 Dec 2002 14:04:02 -0000
> @@ -406,7 +406,7 @@
>      return;
>    }
>    if (test != negate) {
> -    WCMD_parameter (p, 2+negate, &s);
> +    WCMD_parameter (p, 2+negate+test, &s);

This doesn't look right. The number of parameters doesn't depend on
the result of the test.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list