Re: [RESENT] Batch support for CreateProcess (2 of 3)
6 Dec
2002
6 Dec
'02
2:51 p.m.
Uwe Bonnes <bon(a)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(a)winehq.com
8407
Age (days ago)
8407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard