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

@ -1,3 +1,7 @@
Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
* xpointer.c: fixed a compilation bug pointed by Danny Jamshy
Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized

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;
}