mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:19:16 +02:00
* string -> shortstring
This commit is contained in:
parent
f6beba0b0b
commit
bf1af7a962
@ -642,7 +642,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