Really fixed the \t bug now. Really!
Originally committed to SVN as r53.
This commit is contained in:
parent
979903d61a
commit
2d3d317278
1 changed files with 1 additions and 1 deletions
|
@ -680,8 +680,8 @@ end_tokenizing:
|
|||
// Unless this parameter was omitted (in which case the token shouldn't be eaten)
|
||||
if (!newparam->ommited) {
|
||||
curtok = paramList[curPar];
|
||||
curPar++;
|
||||
}
|
||||
curPar++;
|
||||
}
|
||||
else curtok = _T("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue