logic: Fixed source extensions not converted to lowercase (issue #614)
This commit is contained in:
@@ -55,8 +55,7 @@ std::vector<FileInfo> FileSystem::getFileInfosFromPaths(
|
||||
std::set<std::wstring> ext;
|
||||
for (const std::wstring& e : fileExtensions)
|
||||
{
|
||||
// ext.insert(utility::toLowerCase(e));
|
||||
ext.insert(e);
|
||||
ext.insert(utility::toLowerCase(e));
|
||||
}
|
||||
|
||||
std::set<boost::filesystem::path> symlinkDirs;
|
||||
|
||||
Reference in New Issue
Block a user