summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_str.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
commitd552e97eae59408f210d7d7909b8b71811fbd930 (patch)
tree0a1269e15fdf7ba08126917d6236d53493202a9e /tools/lib/h5tools_str.c
parentcc2407257af31cca253e2c42c1d69c0f205e271b (diff)
downloadhdf5-d552e97eae59408f210d7d7909b8b71811fbd930.zip
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.tar.gz
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.tar.bz2
Update h5ls help and rework dump_mem routines for attrs
Diffstat (limited to 'tools/lib/h5tools_str.c')
-rw-r--r--tools/lib/h5tools_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c
index 23b7a0e..672e314 100644
--- a/tools/lib/h5tools_str.c
+++ b/tools/lib/h5tools_str.c
@@ -684,7 +684,7 @@ char *
h5tools_str_sprint(h5tools_str_t *str, const h5tool_format_t *info, hid_t container,
hid_t type, void *vp, h5tools_context_t *ctx)
{
- H5TOOLS_ERR_INIT(char*, NULL);
+ H5TOOLS_ERR_INIT(char*, NULL)
size_t nsize, offset, size=0, nelmts, start;
H5T_sign_t nsign;
char *name = NULL;
@@ -1357,7 +1357,7 @@ void
h5tools_str_sprint_reference(h5tools_str_t *str, const h5tool_format_t *info,
hid_t container, H5R_ref_t *ref_vp)
{
- H5TOOLS_ERR_INIT(int, SUCCEED);
+ H5TOOLS_ERR_INIT(int, SUCCEED)
ssize_t buf_size, status;
H5TOOLS_PUSH_STACK();