mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 16:18:21 +02:00
lcl: fixed compilation
git-svn-id: trunk@22472 -
This commit is contained in:
parent
dffcbd97cc
commit
ea159dc66b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user