mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +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:
@ -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>
|
Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* debugXML.c: change verbosity depending on API
|
* debugXML.c: change verbosity depending on API
|
||||||
|
@ -66,6 +66,7 @@ xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)
|
|||||||
ctxt->node = NULL;
|
ctxt->node = NULL;
|
||||||
ctxt->dict = NULL;
|
ctxt->dict = NULL;
|
||||||
ctxt->nodict = 0;
|
ctxt->nodict = 0;
|
||||||
|
ctxt->options = 0;
|
||||||
for (i = 0; i < 100; i++)
|
for (i = 0; i < 100; i++)
|
||||||
ctxt->shift[i] = ' ';
|
ctxt->shift[i] = ' ';
|
||||||
ctxt->shift[100] = 0;
|
ctxt->shift[100] = 0;
|
||||||
|
@ -60,5 +60,5 @@ Expression: xpointer(string-range(//p, 'difficult', 1, 0))
|
|||||||
Object is a Location Set:
|
Object is a Location Set:
|
||||||
1 : Object is a collapsed range :
|
1 : Object is a collapsed range :
|
||||||
index 3 in node
|
index 3 in node
|
||||||
TEXT compact
|
TEXT
|
||||||
content=a diff
|
content=a diff
|
||||||
|
Reference in New Issue
Block a user