mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +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:
@ -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>
|
Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
|
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
|
||||||
|
@ -671,7 +671,7 @@ xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
xmlGenericError(xmlGenericErrorContext,
|
xmlGenericError(xmlGenericErrorContext,
|
||||||
"xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n",
|
"xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n",
|
||||||
val->name);
|
val->stringval);
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user