diff options
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r-- | src/pugixpath.cpp | 2 |
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) |