We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2179eae commit 30a8651Copy full SHA for 30a8651
1 file changed
lib/ctu.cpp
@@ -112,7 +112,7 @@ std::string CTU::FileInfo::FunctionCall::toXmlString() const
112
out << ">\n";
113
for (const ErrorMessage::FileLocation &loc : callValuePath)
114
out << " <path"
115
- << " " << ATTR_LOC_FILENAME << "=\"" << ErrorLogger::toxml(loc.getfile()) << "\""
+ << " " << ATTR_LOC_FILENAME << "=\"" << ErrorLogger::toxml(loc.getfile(false)) << "\""
116
<< " " << ATTR_LOC_LINENR << "=\"" << loc.line << "\""
117
<< " " << ATTR_LOC_COLUMN << "=\"" << loc.column << "\""
118
<< " " << ATTR_INFO << "=\"" << ErrorLogger::toxml(loc.getinfo()) << "\"/>\n";
0 commit comments