mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:03:37 +00:00
handle call :Label
fix goto :Label svn path=/trunk/; revision=32070
This commit is contained in:
parent
97b5e11eba
commit
76569bc213
4 changed files with 45 additions and 26 deletions
|
@ -273,6 +273,8 @@ BOOL Batch (LPTSTR fullname, LPTSTR firstword, LPTSTR param)
|
|||
bc->bEcho = bEcho; /* Preserve echo across batch calls */
|
||||
bc->shiftlevel = 0;
|
||||
bc->bCmdBlock = -1;
|
||||
bc->lCallPosition = 0;
|
||||
bc->lCallPositionHigh = 0;
|
||||
|
||||
bc->ffind = NULL;
|
||||
bc->forvar = _T('\0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue