Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
2ddecc23
Commit
2ddecc23
authored
Oct 12, 2010
by
Marius Wachtler
Committed by
Daniel Veillard
Oct 12, 2010
Browse files
Fix a small bug in XPath evaluation code
parent
d2190faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
xpath.c
View file @
2ddecc23
...
...
@@ -12655,7 +12655,7 @@ xmlXPathCompOpEvalFirst(xmlXPathParserContextPtr ctxt,
return (total);
#ifdef XP_OPTIMIZED_FILTER_FIRST
case XPATH_OP_FILTER:
total
=
+
xmlXPathCompOpEvalFilterFirst
(
ctxt
,
op
,
first
);
total +
=
xmlXPathCompOpEvalFilterFirst(ctxt, op, first);
return (total);
#endif
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment