1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

apply fix for #136693 Daniel

* parser.c: apply fix for #136693
Daniel
This commit is contained in:
Daniel Veillard 2004-03-26 10:48:29 +00:00
parent 654a9b3f22
commit 766c4f9e99
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
* parser.c: apply fix for #136693
Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/examples/io2.c

View File

@ -11760,9 +11760,11 @@ xmlCtxtReset(xmlParserCtxtPtr ctxt)
ctxt->nsWellFormed = 1;
ctxt->disableSAX = 0;
ctxt->valid = 1;
#if 0
ctxt->vctxt.userData = ctxt;
ctxt->vctxt.error = xmlParserValidityError;
ctxt->vctxt.warning = xmlParserValidityWarning;
#endif
ctxt->record_info = 0;
ctxt->nbChars = 0;
ctxt->checkIndex = 0;