1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

fixed bug #99623 Daniel

* xsltproc/xsltproc.c: fixed bug #99623
Daniel
This commit is contained in:
Daniel Veillard
2003-02-04 23:09:40 +00:00
parent 745ee1b06d
commit 46bb489dd4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
Wed Feb 5 00:07:43 CET 2003 Daniel Veillard <daniel@veillard.com>
* xsltproc/xsltproc.c: fixed bug #99623
Tue Feb 4 22:10:17 CET 2003 Daniel Veillard <daniel@veillard.com> Tue Feb 4 22:10:17 CET 2003 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: fixing bug #105116 sometimes one need * libxslt/transform.c: fixing bug #105116 sometimes one need

View File

@@ -774,10 +774,6 @@ main(int argc, char **argv)
errorno = 5; errorno = 5;
goto done; goto done;
} }
if (cur->indent == 1)
xmlIndentTreeOutput = 1;
else
xmlIndentTreeOutput = 0;
i++; i++;
} else { } else {
xmlFreeDoc(style); xmlFreeDoc(style);