From 913d6e090f948cdb3517b346202b2e9580728c91 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 28 Nov 2001 14:53:53 +0000 Subject: [PATCH] Fixed the previous fix, Daniel --- xpointer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xpointer.c b/xpointer.c index 12f5b71c..e5c8c7bf 100644 --- a/xpointer.c +++ b/xpointer.c @@ -670,8 +670,7 @@ xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) { if (i >= cur->locNr) { #ifdef DEBUG xmlGenericError(xmlGenericErrorContext, - "xmlXPtrLocationSetDel: Range %s wasn't found in RangeList\n", - val->stringval); + "xmlXPtrLocationSetDel: Range wasn't found in RangeList\n"); #endif return; }