summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-21 21:22:48 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-21 21:22:48 +0000
commit580ced8ee28ecd99374da9383897678e4ba6c358 (patch)
treeba034013fb0d8a0bb1773b1aea6af5019665902c /catalog.c
parente063f4829d4403ff90b3fab6f47ff4a37b9325d1 (diff)
downloadlibxml2-580ced8ee28ecd99374da9383897678e4ba6c358.tar.gz
fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed
* configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec * relaxng.c: fixed some of the error reporting excessive verbosity * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c xmlschemastypes.c: removed some warnings from gcc * doc/libxml2-api.xml: rebuilt Daniel
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog.c b/catalog.c
index c7da3069..040d99ca 100644
--- a/catalog.c
+++ b/catalog.c
@@ -411,7 +411,7 @@ xmlCatalogDumpEntry(xmlCatalogEntryPtr entry, FILE *out) {
case SGML_CATA_DOCTYPE:
case SGML_CATA_LINKTYPE:
case SGML_CATA_NOTATION:
- fprintf(out, "%s", entry->name); break;
+ fprintf(out, "%s", (const char *) entry->name); break;
case SGML_CATA_PUBLIC:
case SGML_CATA_SYSTEM:
case SGML_CATA_SGMLDECL: