* string -> shortstring

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

View File

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