mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
Fixed the previous fix, Daniel
This commit is contained in:
parent
e85d9342c1
commit
913d6e090f
@ -670,8 +670,7 @@ xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
|
||||
if (i >= cur->locNr) {
|
||||
#ifdef DEBUG
|
||||
xmlGenericError(xmlGenericErrorContext,
|
||||
"xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n",
|
||||
val->stringval);
|
||||
"xmlXPtrLocationSetDel: Range wasn't found in RangeList\n");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user