mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* string -> shortstring
This commit is contained in:
parent
5367940084
commit
79d906795d
@ -253,7 +253,7 @@ begin
|
||||
paramcount := argc - 1;
|
||||
end;
|
||||
|
||||
function paramstr(l : longint) : string;
|
||||
function paramstr(l : longint) : shortstring;
|
||||
begin
|
||||
if (l>=0) and (l<argc) then
|
||||
paramstr:=strpas(argv[l])
|
||||
|
Loading…
Reference in New Issue
Block a user