1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +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

@ -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) {
/*