add missing change from "GUI: Rename methods in FileList and PathMatch" (#929)
This commit is contained in:
parent
b2fcdf8a8a
commit
f3cef7f9eb
|
@ -134,7 +134,7 @@ void FileLister::recursiveAddFiles(std::map<std::string, std::size_t> &files, co
|
|||
}
|
||||
} else {
|
||||
// Directory
|
||||
if (!ignored.Match(fname))
|
||||
if (!ignored.match(fname))
|
||||
FileLister::recursiveAddFiles(files, fname, extra, ignored);
|
||||
}
|
||||
} while (FindNextFileA(hFind, &ffd) != FALSE);
|
||||
|
|
Loading…
Reference in New Issue