* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 11:03:29 +01:00 committed by Michaël Van Canneyt
parent 5367940084
commit 79d906795d

View File

@ -253,7 +253,7 @@ begin
paramcount := argc - 1;
end;
function paramstr(l : longint) : string;
function paramstr(l : longint) : shortstring;
begin
if (l>=0) and (l<argc) then
paramstr:=strpas(argv[l])