mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 14:00:18 +02:00
LCL fileutil: fixed compilation with fpc 2.2.0
git-svn-id: trunk@13235 -
This commit is contained in:
parent
3b6c31b854
commit
f77f76756c
@ -1444,7 +1444,7 @@ var
|
||||
P: String;
|
||||
PathInfo: TSearchRec;
|
||||
begin
|
||||
P := APath + AllFilesMask;
|
||||
P := APath + AllDirectoryEntriesMask;
|
||||
|
||||
if SysUtils.FindFirst(P, faAnyFile, PathInfo) = 0 then
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user