Skip to content

Commit f3cef7f

Browse files
rsBNTdanmar
authored andcommitted
add missing change from "GUI: Rename methods in FileList and PathMatch" (#929)
1 parent b2fcdf8 commit f3cef7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/filelister.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void FileLister::recursiveAddFiles(std::map<std::string, std::size_t> &files, co
134134
}
135135
} else {
136136
// Directory
137-
if (!ignored.Match(fname))
137+
if (!ignored.match(fname))
138138
FileLister::recursiveAddFiles(files, fname, extra, ignored);
139139
}
140140
} while (FindNextFileA(hFind, &ffd) != FALSE);

0 commit comments

Comments
 (0)