mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 00:28:23 +02:00
* string -> shortstring
This commit is contained in:
parent
bf1af7a962
commit
1e587e1150
@ -120,7 +120,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] }
|
||||
|
@ -44,9 +44,9 @@ type
|
||||
end;
|
||||
PFileIO = ^TFileIO;
|
||||
|
||||
TDoMkdir = procedure (const s: string);
|
||||
TDoRmdir = procedure (const s: string);
|
||||
TDoChdir = procedure (const s: string);
|
||||
TDoMkdir = procedure (const s: shortstring);
|
||||
TDoRmdir = procedure (const s: shortstring);
|
||||
TDoChdir = procedure (const s: shortstring);
|
||||
TDoGetdir = procedure (DriveNr: byte; var Dir: ShortString);
|
||||
|
||||
TDirIO = packed record
|
||||
|
Loading…
Reference in New Issue
Block a user