1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

William spotted an obvious bug Daniel

* xpath.c: William spotted an obvious bug
Daniel
This commit is contained in:
Daniel Veillard
2006-10-26 08:55:47 +00:00
parent c8338f1a52
commit 17970a72ca
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
* xpath.c: William spotted an obvious bug
Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
* NEWS configure.in testapi.c doc//*: preparing release of

View File

@@ -7668,9 +7668,9 @@ xmlXPathNextDescendantOrSelfElemParent(xmlNodePtr cur,
continue;
}
break;
#ifdef LIBXML_DOCB_ENABLED
/* Not sure if we need those here. */
case XML_DOCUMENT_NODE:
#ifdef LIBXML_DOCB_ENABLED
case XML_DOCB_DOCUMENT_NODE:
#endif
case XML_HTML_DOCUMENT_NODE: