1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

- parser.c: Sullivan and Darin found a parser bug,

applied the patch.
Daniel
This commit is contained in:
Daniel Veillard
2001-03-26 21:23:53 +00:00
parent c86a4fae4a
commit 04be4f51e4
2 changed files with 7 additions and 2 deletions

View File

@ -6307,7 +6307,7 @@ xmlParseContent(xmlParserCtxtPtr ctxt) {
((RAW != '<') || (NXT(1) != '/'))) {
const xmlChar *test = CUR_PTR;
int cons = ctxt->input->consumed;
xmlChar tok = ctxt->token;
int tok = ctxt->token;
const xmlChar *cur = ctxt->input->cur;
/*
@ -7926,7 +7926,7 @@ xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) {
case XML_PARSER_CONTENT: {
const xmlChar *test;
int cons;
xmlChar tok;
int tok;
/*
* Handle preparsed entities and charRef