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

Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison,

Small bugfixes:
- HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
  an URI bug and a fix for the control-character-induced infinite loop
- nanohttp.c: preventive fix for compiling on WIN32
Daniel
This commit is contained in:
Daniel Veillard
2000-09-23 10:28:52 +00:00
parent bbe11b0880
commit 8ddb5a7aef
4 changed files with 10 additions and 11 deletions

View File

@ -4206,8 +4206,8 @@ htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
ctxt->sax->error(ctxt->userData,
"detected an error in element content\n");
ctxt->wellFormed = 0;
NEXT;
}
NEXT;
break;
}