* Patch from Mattias Gaertner to fix range error

git-svn-id: trunk@35576 -
This commit is contained in:
michael 2017-03-14 10:10:47 +00:00
parent 9fc17dc9e9
commit d6bd57beea

View File

@ -515,7 +515,10 @@ begin
FCurToken := Result;
exit;
end;
{$Push}
{$R-}
I:=Succ(I);
{$Pop}
end
end;