diff --git a/ChangeLog b/ChangeLog index e7fc7422..ee9e7bab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 7 14:00:53 CET 2003 Daniel Veillard + + * xinclude.c: applied another bug fix from Sean Chittenden + Fri Feb 7 13:34:08 CET 2003 Daniel Veillard * configure.in xmllint.c: I f...ed up the default configuration diff --git a/xinclude.c b/xinclude.c index 5dccf43f..a9a1e3c6 100644 --- a/xinclude.c +++ b/xinclude.c @@ -1756,13 +1756,9 @@ xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc) { /* * Second Phase : collect the infosets fragments */ - /* - for (i = ctxt->incBase;i < ctxt->incNr; i++) { - xmlXIncludePreloadNode(ctxt, i); - } - */ for (i = ctxt->incBase;i < ctxt->incNr; i++) { xmlXIncludeLoadNode(ctxt, i); + ret++; } /*