mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08: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:
parent
b36d4fe545
commit
e85d9342c1
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user