We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c1ade commit 567e215Copy full SHA for 567e215
libs/rtefsutils/src/RteFsUtils.cpp
@@ -867,7 +867,7 @@ const string& RteFsUtils::FileCategoryFromExtension(const string& file) {
867
return OTHER;
868
}
869
870
-const bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
+bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
871
const std::string& pattern, std::string& file)
872
{
873
try {
0 commit comments