* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 10:58:59 +01:00 committed by Pierre Muller
parent f1e3818c37
commit 7c6225b3d1

View File

@ -229,7 +229,7 @@ Begin
End;
function paramstr(l: longint) : string;
function paramstr(l: longint) : shortstring;
begin
paramstr := '';
end;