1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-09 04:58:16 +03:00

applied patch from Arne de Bruijn fixing bug #103827 Daniel

* HTMLparser.c: applied patch from Arne de Bruijn fixing
  bug #103827
Daniel
This commit is contained in:
Daniel Veillard 2003-02-04 15:22:32 +00:00
parent eb1371795f
commit 358a98961b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: applied patch from Arne de Bruijn fixing
bug #103827
Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: updating a comment, fixing #103776

View File

@ -2457,6 +2457,11 @@ htmlParseCharData(htmlParserCtxtPtr ctxt) {
}
NEXTL(l);
cur = CUR_CHAR(l);
if (cur == 0) {
SHRINK;
GROW;
cur = CUR_CHAR(l);
}
}
if (nbchar != 0) {
/*