* string -> shortstring

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

View File

@ -642,7 +642,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])