diff --git a/ChangeLog b/ChangeLog index 36dc9200..49887ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 28 15:41:40 CET 2001 Daniel Veillard + + * xpointer.c: fixed a compilation bug pointed by Danny Jamshy + Wed Nov 28 10:09:51 CET 2001 Daniel Veillard * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized diff --git a/xpointer.c b/xpointer.c index 70a1983d..12f5b71c 100644 --- a/xpointer.c +++ b/xpointer.c @@ -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; }