diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-29 00:33:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-29 00:33:10 +0000 |
| commit | 1eea90048f8f0e6360171d254c1f60f41a090814 (patch) | |
| tree | 4aae5869b82bf4066989c1dce79dc9f06fa9526b /utils/objdump.c | |
| parent | 8f2b0cccb4a7a7fe296db2f59cb6cdbfbec9291b (diff) | |
Diffstat (limited to 'utils/objdump.c')
| -rw-r--r-- | utils/objdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/objdump.c b/utils/objdump.c index 2e00d0abc2f3..d3f7cd1bcec6 100644 --- a/utils/objdump.c +++ b/utils/objdump.c @@ -53,6 +53,7 @@ ucl_obj_dump (const ucl_object_t *obj, unsigned int shift) if (obj->type == UCL_OBJECT) { printf ("%stype: UCL_OBJECT\n", pre); printf ("%svalue: %p\n", pre, obj->value.ov); + it_obj = NULL; while ((cur = ucl_iterate_object (obj, &it_obj, true))) { ucl_obj_dump (cur, shift + 2); } |
