aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-08-24 12:46:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-08-24 12:46:09 +0000
commit1fc3ed02806f6725c97a70f1f4ed3e85a93a768a (patch)
treeab5037512fde1ad0a98db847ceb475e548336c53 /error.c
parent8bda20f73c908fc08b40ad7a1d1df2c35a8d362d (diff)
downloadandroid_external_libxml2-1fc3ed02806f6725c97a70f1f4ed3e85a93a768a.tar.gz
android_external_libxml2-1fc3ed02806f6725c97a70f1f4ed3e85a93a768a.tar.bz2
android_external_libxml2-1fc3ed02806f6725c97a70f1f4ed3e85a93a768a.zip
finally converted the encoding module to the common error reporting
* encoding.c error.c include/libxml/xmlerror.h: finally converted the encoding module to the common error reporting mechanism * doc/* doc/html/libxml-xmlerror.html: rebuilt Daniel
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/error.c b/error.c
index 7053686b..4c2046a0 100644
--- a/error.c
+++ b/error.c
@@ -354,6 +354,9 @@ xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
case XML_FROM_XSLT:
channel(data, "XSLT ");
break;
+ case XML_FROM_I18N:
+ channel(data, "encoding ");
+ break;
default:
break;
}