diff options
Diffstat (limited to 'xmlsecurity/source/dialogs/resourcemanager.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/resourcemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx index 3b2db2a800eb..16ca346bcbc3 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.cxx +++ b/xmlsecurity/source/dialogs/resourcemanager.cxx @@ -91,7 +91,7 @@ namespace XmlSec s2.append('\n'); } s1.append(i->second); - s2.append(i->first + " = " + i->second); + s2.append(i->first).append(" = ").append(i->second); } return make_pair(s1.makeStringAndClear(), s2.makeStringAndClear()); } |