* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 10:59:13 +01:00 committed by Michaël Van Canneyt
parent e8b3f2dba3
commit c21838cd31

View File

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