LCL fileutil: fixed compilation with fpc 2.2.0

git-svn-id: trunk@13235 -
This commit is contained in:
tombo 2007-12-08 19:19:14 +00:00
parent 3b6c31b854
commit f77f76756c

View File

@ -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