* String -> AnsiString

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 11:22:53 +01:00 committed by Michaël Van Canneyt
parent 74fdf0692c
commit 32d55bb0ea

View File

@ -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