1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-13 09:01:53 +03:00

fixed bug #98879 a corner case when 0 is included in HTML documents and

* HTMLparser.c: fixed bug #98879 a corner case when 0 is
  included in HTML documents and using the push parser.
Daniel
This commit is contained in:
Daniel Veillard
2002-11-18 15:07:25 +00:00
parent 4efd3be5ed
commit bc6e1a3857
2 changed files with 6 additions and 1 deletions

View File

@ -4388,7 +4388,7 @@ htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
}
ctxt->token = 0;
ctxt->checkIndex = 0;
NEXT;
in->cur++;
break;
}
}