lcl: fixed compilation

git-svn-id: trunk@22472 -
This commit is contained in:
mattias 2009-11-07 12:59:14 +00:00
parent dffcbd97cc
commit ea159dc66b

View File

@ -3652,7 +3652,7 @@ begin
end
else if ((ord(p^) and %11100000) = %11000000) then begin
// could be 2 byte character
if (Count) (ord(p[1]) and %11000000) = %10000000 then
if (ord(p[1]) and %11000000) = %10000000 then
CharLen:=2
else
exit; // missing following bytes