summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:07:18 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:07:18 +0000
commit12607d60470b34a7381d269a8a916f7ff1ff5a61 (patch)
treeb266bdf1552d0e6084ad71fbf046cf2e7cdecdcf /src/pugixpath.cpp
parent9292096c56286a65c0556eac341e1279102f5223 (diff)
tests: Extended XPath tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@638 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r--src/pugixpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp
index c86fbd5..0478f39 100644
--- a/src/pugixpath.cpp
+++ b/src/pugixpath.cpp
@@ -3352,7 +3352,7 @@ namespace pugi
const char* xpath_parse_result::description() const
{
- return error ? error : "Success";
+ return error ? error : "No error";
}
xpath_query::xpath_query(const char_t* query): m_alloc(0), m_root(0)