Convert: Replace uses of Convert(NONE)

These are equivalent to ConvertToOutputFormat.
This commit is contained in:
Stephen Kelly
2016-08-27 13:44:55 +02:00
parent 998d9ee967
commit ac46384171
9 changed files with 49 additions and 54 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ std::string cmLocalVisualStudioGenerator::ConstructScript(
if (workingDirectory.empty()) {
script += this->Convert(cmd.c_str(), START_OUTPUT, SHELL);
} else {
script += this->Convert(cmd.c_str(), NONE, SHELL);
script += this->ConvertToOutputFormat(cmd.c_str(), SHELL);
}
ccg.AppendArguments(c, script);