aboutsummaryrefslogtreecommitdiffstats
path: root/runxmlconf.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-29 16:44:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-29 16:44:59 +0000
commit051d52cb6166cb8d7064d185820366943177a561 (patch)
treeab06efdf3ac85d7f1ce715c5807774f8c562dc14 /runxmlconf.c
parent7e5c3f481f5e8c8eb2b038cb24a9b3d77e3806ab (diff)
downloadandroid_external_libxml2-051d52cb6166cb8d7064d185820366943177a561.tar.gz
android_external_libxml2-051d52cb6166cb8d7064d185820366943177a561.tar.bz2
android_external_libxml2-051d52cb6166cb8d7064d185820366943177a561.zip
fix a bug not detecting cross entity comments probably when comment
* parser.c: fix a bug not detecting cross entity comments probably when comment parsing got optimized. * Makefile.am: add make check * runxmlconf.c: fix the log file name Daniel svn path=/trunk/; revision=3758
Diffstat (limited to 'runxmlconf.c')
-rw-r--r--runxmlconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runxmlconf.c b/runxmlconf.c
index b2bd9357..e5efc6b5 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -29,7 +29,7 @@
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
-#define LOGFILE "runsuite.log"
+#define LOGFILE "runxmlconf.log"
static FILE *logfile = NULL;
static int verbose = 0;