handle call :Label

fix goto :Label

svn path=/trunk/; revision=32070
This commit is contained in:
Christoph von Wittich 2008-01-31 20:55:05 +00:00
parent 97b5e11eba
commit 76569bc213
4 changed files with 45 additions and 26 deletions

View file

@ -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');