mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 11:47:32 +01: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
|
case cp of
|
||||||
CP_UTF8: Result := EncodingUTF8;
|
CP_UTF8: Result := EncodingUTF8;
|
||||||
else
|
else
|
||||||
Result:='cp'+IntToStr(GetACP);
|
Result:='cp'+IntToStr(cp);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user