Really fixed the \t bug now. Really!

Originally committed to SVN as r53.
This commit is contained in:
Niels Martin Hansen 2006-01-31 23:44:10 +00:00
parent 979903d61a
commit 2d3d317278
1 changed files with 1 additions and 1 deletions

View File

@ -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("");
}