1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

the parseStartTag bug fix wasn't complete. Daniel

* parser.c: the parseStartTag bug fix wasn't complete.
Daniel
This commit is contained in:
Daniel Veillard
2002-12-17 10:31:45 +00:00
parent 67df809c3a
commit 3772de37d9
2 changed files with 5 additions and 3 deletions

View File

@ -6688,9 +6688,7 @@ xmlParseStartTag(xmlParserCtxtPtr ctxt) {
failed:
if (CUR == 0) {
GROW
}
GROW
if ((RAW == '>') || (((RAW == '/') && (NXT(1) == '>'))))
break;
if (!IS_BLANK(RAW)) {