mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
* small type fixed
This commit is contained in:
parent
26284d4013
commit
eea353cd51
@ -10,7 +10,7 @@ Const
|
|||||||
P = '.:/bin:/usr/bin';
|
P = '.:/bin:/usr/bin';
|
||||||
{$else}
|
{$else}
|
||||||
FN = 'find.exe';
|
FN = 'find.exe';
|
||||||
P = 'c:\dos;c:\windows;c:\windows\system;c:\windows\system32');
|
P = 'c:\dos;c:\windows;c:\windows\system;c:\windows\system32';
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user