mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 17:49:07 +02:00
* string -> shortstring
This commit is contained in:
parent
ef98dd877a
commit
3d88722d8f
@ -150,7 +150,7 @@ end;
|
|||||||
//var
|
//var
|
||||||
// execpathstr : shortstring;
|
// execpathstr : shortstring;
|
||||||
|
|
||||||
function paramstr(l: longint) : string;
|
function paramstr(l: longint) : shortstring;
|
||||||
begin
|
begin
|
||||||
{ stricly conforming POSIX applications }
|
{ stricly conforming POSIX applications }
|
||||||
{ have the executing filename as argv[0] }
|
{ have the executing filename as argv[0] }
|
||||||
|
Loading…
Reference in New Issue
Block a user