diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-30 20:37:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-30 20:37:48 +0300 |
commit | 69704874b67c3cae63ee7d27634bbffa4cc4f6e2 (patch) | |
tree | f6a1d56199a3d0e5f2fcfb4e6670cb833c890ab3 /src/utils/xmlutils.cpp | |
parent | 003ce4b2567b85b5a129c78fcf75cd73c455d557 (diff) | |
download | plus-69704874b67c3cae63ee7d27634bbffa4cc4f6e2.tar.gz plus-69704874b67c3cae63ee7d27634bbffa4cc4f6e2.tar.bz2 plus-69704874b67c3cae63ee7d27634bbffa4cc4f6e2.tar.xz plus-69704874b67c3cae63ee7d27634bbffa4cc4f6e2.zip |
Add support for include tag in badges.xml.
Also add patches and parts support for badges.xml
Diffstat (limited to 'src/utils/xmlutils.cpp')
-rw-r--r-- | src/utils/xmlutils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/xmlutils.cpp b/src/utils/xmlutils.cpp index c437b0175..68ed3adb7 100644 --- a/src/utils/xmlutils.cpp +++ b/src/utils/xmlutils.cpp @@ -79,7 +79,6 @@ void readXmlStringMap(const std::string &fileName, const std::string &attributeValueName, std::map<std::string, std::string> &arr) { - arr.clear(); XML::Document doc(fileName, UseResman_true, SkipError_false); const XmlNodePtrConst rootNode = doc.rootNode(); |