mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* string -> shortstring
This commit is contained in:
parent
c19b1d2fd5
commit
9d6a495c02
@ -55,7 +55,7 @@ Const
|
||||
|
||||
Var
|
||||
fd: Longint;
|
||||
S : String;
|
||||
S : AnsiString;
|
||||
|
||||
begin
|
||||
fd:=FileOpen(KernelUUID,fmOpenRead or fmShareDenyNone);
|
||||
|
@ -457,7 +457,7 @@ begin
|
||||
execpathstr[0]:=AnsiChar(i);
|
||||
end;
|
||||
|
||||
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