* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 11:14:01 +01:00 committed by Michaël Van Canneyt
parent e9ce7ebd4b
commit f6beba0b0b

View File

@ -364,7 +364,7 @@ Begin
paramcount := argc - 1;
End;
function paramstr(l: longint) : string;
function paramstr(l: longint) : shortstring;
begin
if argv=nil then
setup_arguments;