We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105cee1 commit e6d2f7bCopy full SHA for e6d2f7b
1 file changed
JavaProxy.cpp
@@ -74,7 +74,7 @@ static std::vector<std::string> getAllJARFiles()
74
{
75
Poco::Path path(dirIter->path());
76
77
- if(path.getExtension() == ".jar")
+ if(path.getExtension() == "jar")
78
79
jarFiles.emplace_back(path.toString());
80
}
0 commit comments