mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 06:59:26 +02:00
* string -> shortstring
This commit is contained in:
parent
3a5b18e0e4
commit
cd8af229a8
@ -572,7 +572,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function paramstr(l : longint) : string;
|
||||
function paramstr(l : longint) : shortstring;
|
||||
begin
|
||||
if (l>=0) and (l+1<=argc) then
|
||||
paramstr:=strpas(argv[l])
|
||||
|
Loading…
Reference in New Issue
Block a user