mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* string -> shortstring
This commit is contained in:
parent
79d906795d
commit
21d0a2d299
@ -151,7 +151,7 @@ End;
|
||||
var
|
||||
execpathstr : shortstring;
|
||||
|
||||
function paramstr(l: longint) : string;
|
||||
function paramstr(l: longint) : shortstring;
|
||||
begin
|
||||
{ stricly conforming POSIX applications }
|
||||
{ have the executing filename as argv[0] }
|
||||
|
Loading…
Reference in New Issue
Block a user