diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-13 23:15:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-13 23:15:31 +0300 |
commit | 0fc8851faef219be6a3e161946fd6a09930efeb0 (patch) | |
tree | 10e6af31050715ad1267fe87cd00b81bcb0eb2f3 /src/utils/xmlutils.cpp | |
parent | db1d3323103f15c3d31378b9e94982191855d984 (diff) | |
download | plus-0fc8851faef219be6a3e161946fd6a09930efeb0.tar.gz plus-0fc8851faef219be6a3e161946fd6a09930efeb0.tar.bz2 plus-0fc8851faef219be6a3e161946fd6a09930efeb0.tar.xz plus-0fc8851faef219be6a3e161946fd6a09930efeb0.zip |
Add support for removepacket tag in network.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 5cc14f517..797f8d48e 100644 --- a/src/utils/xmlutils.cpp +++ b/src/utils/xmlutils.cpp @@ -34,7 +34,6 @@ void readXmlIntVector(const std::string &fileName, std::vector<int> &arr, const SkipError skipError) { - arr.clear(); XML::Document doc(fileName, UseResman_true, skipError); const XmlNodePtrConst rootNode = doc.rootNode(); |