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

uninitialized field and fix on test. Daniel

* debugXML.c result/XPath/xptr/strrange2: uninitialized field and
  fix on test.
Daniel
This commit is contained in:
Daniel Veillard
2005-08-25 14:18:56 +00:00
parent cfa303ac70
commit b6580aef14
3 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,7 @@ xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)
ctxt->node = NULL;
ctxt->dict = NULL;
ctxt->nodict = 0;
ctxt->options = 0;
for (i = 0; i < 100; i++)
ctxt->shift[i] = ' ';
ctxt->shift[100] = 0;