1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

closing bug #61832 removed a warning Daniel

* configure.in: closing bug #61832
* HTMLparser.c: removed a warning
Daniel
This commit is contained in:
Daniel Veillard
2001-10-06 13:30:33 +00:00
parent 6ab38386cc
commit 3fbe8e30c1
3 changed files with 22 additions and 15 deletions

View File

@ -3395,7 +3395,7 @@ htmlParseElement(htmlParserCtxtPtr ctxt) {
htmlParserNodeInfo node_info;
xmlChar *oldname;
int depth = ctxt->nameNr;
xmlChar *oldptr;
const xmlChar *oldptr;
/* Capture start position */
if (ctxt->record_info) {