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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user