* string -> shortstring

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

View File

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