From 97fd5670df2bb8ac3ba43f439b2cc56f9c83c155 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 7 Feb 2003 13:01:54 +0000 Subject: [PATCH] applied another bug fix from Sean Chittenden Daniel * xinclude.c: applied another bug fix from Sean Chittenden Daniel --- ChangeLog | 4 ++++ xinclude.c | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) 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++; } /*