From b44025c72b7472971a061b022cfe422adc42715d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 11 Oct 2001 22:55:55 +0000 Subject: started integrating the non-controversial parts of Gary Pennington * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c parser.c valid.c xmlmemory.c xpath.c xpointer.c: started integrating the non-controversial parts of Gary Pennington multithread patches * catalog.c: corrected a small bug introduced Daniel --- debugXML.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugXML.c') diff --git a/debugXML.c b/debugXML.c index 6c7d9a40..dbdd1f37 100644 --- a/debugXML.c +++ b/debugXML.c @@ -567,7 +567,7 @@ xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) break; case XML_TEXT_NODE: fprintf(output, shift); - if (node->name == xmlStringTextNoenc) + if (node->name == (const xmlChar *) xmlStringTextNoenc) fprintf(output, "TEXT no enc\n"); else fprintf(output, "TEXT\n"); -- cgit v1.2.1