X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flibxml%2FxpathInternals.h;h=76a6b481572d72a06c778ef949b0bf0df30382af;hb=052d4a7f75de959c1128c89f832685738c4ace0e;hp=70c9db96f18c24a169b2b51ad388b7818b4abee9;hpb=7714ab7384828d6cda6f950a8d789ee36ca62452;p=platform%2Fupstream%2Flibxml2.git diff --git a/include/libxml/xpathInternals.h b/include/libxml/xpathInternals.h index 70c9db9..76a6b48 100644 --- a/include/libxml/xpathInternals.h +++ b/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: