mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 10:51:08 +02:00
* String -> AnsiString
This commit is contained in:
parent
79143f1c0f
commit
c1d3f821a1
@ -59,7 +59,7 @@ begin
|
||||
MakeLangId(LANG_NEUTRAL, SUBLANG_DEFAULT),
|
||||
@temp[1], 255,nil);
|
||||
SetLength(temp,c);
|
||||
Result:=String(temp);
|
||||
Result:=AnsiString(temp);
|
||||
end;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user