From 0a87909ee992e63975a5e81b9dde328f2740921b Mon Sep 17 00:00:00 2001 From: "vsm@google.com" Date: Thu, 26 Jan 2012 00:02:33 +0000 Subject: Import a libxml fix from upstream to make clang happy. Review URL: http://codereview.chromium.org/9222019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119145 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libxml/src/xpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/libxml/src/xpath.c') 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: -- cgit v1.1