summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-01 21:51:33 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-01 21:54:54 +0300
commit7778c082e9b15774a1e79ab77cb60edb5c3a2949 (patch)
tree4eeeabda71cb5f2f330d52ee93c8922eef054d9e /src/utils
parentf5e3f241af190e487c0499dae0efc12e9ae2d202 (diff)
downloadplus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.gz
plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.bz2
plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.xz
plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.zip
Add some checks after automatic check code by tools.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml/libxml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp
index 46c3fbb76..6dd87b3f2 100644
--- a/src/utils/xml/libxml.cpp
+++ b/src/utils/xml/libxml.cpp
@@ -100,7 +100,7 @@ namespace XML
if (useResman == UseVirtFs_true)
{
data = const_cast<char*>(VirtFs::loadFile(
- filename.c_str(),
+ filename,
size));
}
else