diff options
Diffstat (limited to 'third_party/libxml/src/xpath.c')
-rw-r--r-- | third_party/libxml/src/xpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/src/xpath.c b/third_party/libxml/src/xpath.c index fbacce7..4e6f29d 100644 --- a/third_party/libxml/src/xpath.c +++ b/third_party/libxml/src/xpath.c @@ -12673,7 +12673,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: |