* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 11:06:27 +01:00 committed by Michaël Van Canneyt
parent cf17bd2733
commit 552c2146d8

View File

@ -198,7 +198,7 @@ begin
end;
{ argument number l }
function paramstr(l : longint) : string;
function paramstr(l : longint) : shortstring;
begin
if (l>=0) and (l+1<=argc) then
begin