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