| commit | 929a92f3c4808d36ce8e381e1dc4e2cb9a304952 | [log] [tgz] |
|---|---|---|
| author | Jason Edmeades <jason.edmeades@googlemail.com> | Fri Jun 15 20:59:22 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 18 14:22:57 2007 +0200 |
| tree | 2a0ab919176e56ac499bd0690a5607a3ec399a3a | |
| parent | 8f12d8bde33b6bc22415d0b278454a817215c096 [diff] [blame] |
cmd.exe: GOTO throws away any preloaded multi part/line command.
diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c index b2a07cb..cc9d835 100644 --- a/programs/cmd/batch.c +++ b/programs/cmd/batch.c
@@ -97,7 +97,7 @@ /* If processing a call :label, 'goto' the label in question */ if (startLabel) { strcpyW(param1, startLabel); - WCMD_goto(); + WCMD_goto(NULL); } /*