mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 13:49:16 +02:00
Final fix for 20552
git-svn-id: trunk@33084 -
This commit is contained in:
parent
9dec676a01
commit
4b223aa89d
@ -154,7 +154,7 @@ begin
|
||||
case cp of
|
||||
CP_UTF8: Result := EncodingUTF8;
|
||||
else
|
||||
Result:='cp'+IntToStr(GetACP);
|
||||
Result:='cp'+IntToStr(cp);
|
||||
end;
|
||||
end;
|
||||
{$ELSE}
|
||||
|
Loading…
Reference in New Issue
Block a user