mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
Fixed the previous fix, Daniel
This commit is contained in:
@ -670,8 +670,7 @@ xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
|
|||||||
if (i >= cur->locNr) {
|
if (i >= cur->locNr) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
xmlGenericError(xmlGenericErrorContext,
|
xmlGenericError(xmlGenericErrorContext,
|
||||||
"xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n",
|
"xmlXPtrLocationSetDel: Range wasn't found in RangeList\n");
|
||||||
val->stringval);
|
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user