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 876702c commit fc8ab1bCopy full SHA for fc8ab1b
lib/cppcheck.cpp
@@ -131,7 +131,7 @@ namespace {
131
if (obj.count("executable")) {
132
if (!obj["executable"].is<std::string>())
133
return "Loading " + fileName + " failed. executable must be a string.";
134
- executable = obj["executable"].get<std::string>();
+ executable = getFullPath(obj["executable"].get<std::string>(), exename);
135
return "";
136
}
137
0 commit comments