From 46bb489dd4508e43e915cfb0c1237e89d9da2fed Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 4 Feb 2003 23:09:40 +0000 Subject: [PATCH] fixed bug #99623 Daniel * xsltproc/xsltproc.c: fixed bug #99623 Daniel --- ChangeLog | 4 ++++ xsltproc/xsltproc.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 368d5996..20f901c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 5 00:07:43 CET 2003 Daniel Veillard + + * xsltproc/xsltproc.c: fixed bug #99623 + Tue Feb 4 22:10:17 CET 2003 Daniel Veillard * libxslt/transform.c: fixing bug #105116 sometimes one need diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index f158524e..5a9682bb 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -774,10 +774,6 @@ main(int argc, char **argv) errorno = 5; goto done; } - if (cur->indent == 1) - xmlIndentTreeOutput = 1; - else - xmlIndentTreeOutput = 0; i++; } else { xmlFreeDoc(style);