1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-09 04:58:16 +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

@ -1,3 +1,8 @@
Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
* debugXML.c result/XPath/xptr/strrange2: uninitialized field and
fix on test.
Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
* debugXML.c: change verbosity depending on API

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;

View File

@ -60,5 +60,5 @@ Expression: xpointer(string-range(//p, 'difficult', 1, 0))
Object is a Location Set:
1 : Object is a collapsed range :
index 3 in node
TEXT compact
TEXT
content=a diff