commit | bf1e3d8346db52965e247d4c488111da98f9db03 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Thu Aug 14 23:57:26 2003 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Thu Aug 14 23:57:26 2003 +0000 |
tree | 442e60ff45ddaaab2c0a11f3abc0faf632b183a9 | |
parent | e8ed62033cf726f6395e373bef0e4147304d897d [diff] [blame] |
fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with the patch he suggested. Daniel
diff --git a/parser.c b/parser.c index 82caf10..96acf99 100644 --- a/parser.c +++ b/parser.c
@@ -9600,7 +9600,7 @@ if (ctxt->sax != NULL) xmlFree(ctxt->sax); ctxt->sax = sax; - ctxt->userData = NULL; + ctxt->userData = ctxt; } /*