Minor cleanups

This commit is contained in:
Ingo Weyrich
2019-07-29 14:41:36 +02:00
parent fede0c0366
commit 4e4106b4e7
3 changed files with 20 additions and 20 deletions

View File

@@ -1496,7 +1496,7 @@ bool FileBrowser::checkFilter (ThumbBrowserEntryBase* entryb) const // true ->
for (const auto& entry : filter.vFilterStrings) {
if (FileName.find(entry) != std::string::npos) {
iFilenameMatch++;
++iFilenameMatch;
break;
}
}