lazutils: less hints

git-svn-id: trunk@52342 -
This commit is contained in:
ondrej 2016-05-22 10:10:48 +00:00
parent 958c53a72e
commit 6b94a5fca9

View File

@ -1156,7 +1156,7 @@ begin
DecodingError('Invalid character in input stream')
else
begin
Inc(FCharCount, rslt);
Inc(FCharCount, Cardinal(rslt));
FReader.CheckMaxChars;
end;
until False;