1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

applied another bug fix from Sean Chittenden Daniel

* xinclude.c: applied another bug fix from Sean Chittenden
Daniel
This commit is contained in:
Daniel Veillard
2003-02-07 13:01:54 +00:00
parent ef4d3bc36c
commit 97fd5670df
2 changed files with 5 additions and 5 deletions

View File

@ -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++;
}
/*