Kaydet (Commit) 6013e36c authored tarafından Caolán McNamara's avatar Caolán McNamara

#i113938# printf style formats in c++ stream operation

üst bcdb4cc8
......@@ -88,7 +88,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile());
if (! bLoadResult)
{
std::cerr << "Error: File %s could not be loaded." << i_rCommandLine.XmlSrcFile() << std::endl;
std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl;
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment