Switch to unified view
a/upmpd/renderctl.cxx | b/upmpd/renderctl.cxx | ||
---|---|---|---|
... |
... |
||
125 | changefound = true; |
125 | changefound = true; |
126 | 126 | ||
127 | chgdata += "<"; |
127 | chgdata += "<"; |
128 | chgdata += it->first; |
128 | chgdata += it->first; |
129 | chgdata += " val=\""; |
129 | chgdata += " val=\""; |
130 | chgdata += xmlquote(it->second);
|
130 | chgdata += SoapArgs::xmlQuote(it->second); |
131 | chgdata += "\"/>\n"; |
131 | chgdata += "\"/>\n"; |
132 | } |
132 | } |
133 | chgdata += "</InstanceID>\n</Event>\n"; |
133 | chgdata += "</InstanceID>\n</Event>\n"; |
134 | 134 | ||
135 | if (!changefound) { |
135 | if (!changefound) { |