1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

fixed a compilation bug pointed by Danny Jamshy Daniel

* xpointer.c: fixed a compilation bug pointed by Danny Jamshy
Daniel
This commit is contained in:
Daniel Veillard
2001-11-28 14:43:12 +00:00
parent b36d4fe545
commit e85d9342c1
2 changed files with 5 additions and 1 deletions

View File

@ -671,7 +671,7 @@ xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
#ifdef DEBUG
xmlGenericError(xmlGenericErrorContext,
"xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n",
val->name);
val->stringval);
#endif
return;
}