aboutsummaryrefslogtreecommitdiffstats
path: root/testHTML.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-09-23 22:19:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-09-23 22:19:22 +0000
commitdd6b36766fb1cc83020cc12f226452ba2d640e35 (patch)
tree9daa2365b00bb087feeed4469daee443f19f31c1 /testHTML.c
parente624482d08d99b47630f5b4654415c93f3587f9a (diff)
downloadandroid_external_libxml2-dd6b36766fb1cc83020cc12f226452ba2d640e35.tar.gz
android_external_libxml2-dd6b36766fb1cc83020cc12f226452ba2d640e35.tar.bz2
android_external_libxml2-dd6b36766fb1cc83020cc12f226452ba2d640e35.zip
Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
Diffstat (limited to 'testHTML.c')
-rw-r--r--testHTML.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testHTML.c b/testHTML.c
index cfb15170..9415a398 100644
--- a/testHTML.c
+++ b/testHTML.c
@@ -41,7 +41,7 @@ static int copy = 0;
/*
* Note: this is perfectly clean HTML, i.e. not a useful test.
-static CHAR buffer[] =
+static xmlChar buffer[] =
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n\
\"http://www.w3.org/TR/REC-html40/loose.dtd\">\n\
<html>\n\
@@ -96,7 +96,7 @@ void parseAndPrintFile(char *filename) {
xmlFreeDoc(doc);
}
-void parseAndPrintBuffer(CHAR *buf) {
+void parseAndPrintBuffer(xmlChar *buf) {
htmlDocPtr doc, tmp;
/*