Switch to side-by-side view
--- a/upmpd/renderctl.cxx +++ b/upmpd/renderctl.cxx @@ -127,7 +127,7 @@ chgdata += "<"; chgdata += it->first; chgdata += " val=\""; - chgdata += xmlquote(it->second); + chgdata += SoapArgs::xmlQuote(it->second); chgdata += "\"/>\n"; } chgdata += "</InstanceID>\n</Event>\n";