From: Daniel Veillard Date: Fri, 1 Mar 2002 09:18:33 +0000 (+0000) Subject: libxslt/preproc.c: Fixed #73088 with the associated patch X-Git-Tag: v1.1.28~1001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff79ad3854d86d564e0f6e96e0d12542542411b6;p=platform%2Fupstream%2Flibxslt.git libxslt/preproc.c: Fixed #73088 with the associated patch Daniel --- diff --git a/ChangeLog b/ChangeLog index de6fb7c..57a1223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 1 10:17:26 CET 2002 Daniel Veillard + + * libxslt/preproc.c: Fixed #73088 with the associated patch + Fri Mar 1 10:14:07 CET 2002 Daniel Veillard * xsltproc/xsltproc.c: similar to #72663 and #72658, don't memdump diff --git a/libxslt/preproc.c b/libxslt/preproc.c index 1845cee..52f22a7 100644 --- a/libxslt/preproc.c +++ b/libxslt/preproc.c @@ -1326,7 +1326,7 @@ xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) { (xsltTransformFunction) xsltDocumentElem); } else { xsltPrintErrorContext(NULL, style, inst); - xsltGenericError(xsltGenericDebugContext, + xsltGenericError(xsltGenericErrorContext, "xsltStylePreCompute: unknown xsl:%s\n", inst->name); style->warnings++; }