mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 18:49:21 +02:00
* string -> shortstring
This commit is contained in:
parent
cf17bd2733
commit
552c2146d8
@ -198,7 +198,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{ argument number l }
|
{ argument number l }
|
||||||
function paramstr(l : longint) : string;
|
function paramstr(l : longint) : shortstring;
|
||||||
begin
|
begin
|
||||||
if (l>=0) and (l+1<=argc) then
|
if (l>=0) and (l+1<=argc) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user