* string -> shortstring

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

View File

@ -32,9 +32,9 @@ begin
end;
{ argument number l }
function ParamStr(l: LongInt): string;
function ParamStr(l: LongInt): Shortstring;
var
s1: string;
s1: shortstring;
begin
ParamStr := '';
if (l > 0) and (l + 1 <= argc) then