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:
parent
eb1371795f
commit
358a98961b
@ -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
|
||||
|
@ -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) {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user