| Index: third_party/libxml/src/include/libxml/xpathInternals.h
|
| diff --git a/third_party/libxml/src/include/libxml/xpathInternals.h b/third_party/libxml/src/include/libxml/xpathInternals.h
|
| index 70c9db96f18c24a169b2b51ad388b7818b4abee9..76a6b481572d72a06c778ef949b0bf0df30382af 100644
|
| --- a/third_party/libxml/src/include/libxml/xpathInternals.h
|
| +++ b/third_party/libxml/src/include/libxml/xpathInternals.h
|
| @@ -229,7 +229,7 @@ XMLPUBFUN void * XMLCALL
|
| * Empties a node-set.
|
| */
|
| #define xmlXPathEmptyNodeSet(ns) \
|
| - { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
|
| + { while ((ns)->nodeNr > 0) (ns)->nodeTab[--(ns)->nodeNr] = NULL; }
|
|
|
| /**
|
| * CHECK_ERROR:
|
|
|