mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:26:02 +00:00
[LIBXML2] Update to version 2.9.8. CORE-15280
This commit is contained in:
parent
61fed54064
commit
5bb277a54b
37 changed files with 545 additions and 493 deletions
2
sdk/lib/3rdparty/libxml2/xpointer.c
vendored
2
sdk/lib/3rdparty/libxml2/xpointer.c
vendored
|
@ -467,8 +467,6 @@ xmlXPtrNewRangeNodePoint(xmlNodePtr start, xmlXPathObjectPtr end) {
|
|||
return(NULL);
|
||||
if (end == NULL)
|
||||
return(NULL);
|
||||
if (start->type != XPATH_POINT)
|
||||
return(NULL);
|
||||
if (end->type != XPATH_POINT)
|
||||
return(NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue