mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 03:29:41 +02:00
* string -> shortstring
This commit is contained in:
parent
e72b6a6ed6
commit
f1e3818c37
@ -150,7 +150,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