mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* string -> shortstring
This commit is contained in:
parent
cf17bd2733
commit
552c2146d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user