mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
* string -> shortstring
This commit is contained in:
parent
3a5b18e0e4
commit
cd8af229a8
@ -572,7 +572,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
paramstr:=strpas(argv[l])
|
paramstr:=strpas(argv[l])
|
||||||
|
Loading…
Reference in New Issue
Block a user