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