mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* string -> shortstring
This commit is contained in:
parent
59016499dc
commit
e9ce7ebd4b
@ -144,7 +144,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