diff options
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r-- | tools/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index c1abc13..9ec4cbd 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -4595,7 +4595,7 @@ xml_print_strs(hid_t did, int source) hid_t type, space; void *buf; char *bp; - char *onestring; + char *onestring=NULL; hsize_t ssiz; size_t tsiz, str_size; size_t i; |