LazUtils: Call inherited in TListFileSearcher.DoFileFound and TListDirectoriesSearcher.DoDirectoryFound. Issue #38091, patch from devEric69.

git-svn-id: trunk@64355 -
This commit is contained in:
juha 2021-01-08 16:37:42 +00:00
parent f655e86d24
commit 7ba0f775e7

View File

@ -647,6 +647,7 @@ end;
procedure TListFileSearcher.DoFileFound;
begin
FList.Add(FileName);
inherited;
end;
constructor TListFileSearcher.Create(AList: TStrings);
@ -691,6 +692,7 @@ end;
procedure TListDirectoriesSearcher.DoDirectoryFound;
begin
FDirectoriesList.Add(FileName);
inherited;
end;
function FindAllDirectories(const SearchPath : string;