summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-10 20:19:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-10 20:19:31 (GMT)
commitad0a727c69a76d997fb921b108fe941fded29fc1 (patch)
tree6d26ce0669856a3b2cfda7feddb481089fca52fd /hl/tools/h5watch
parent7535f5a7280630fa6e3a69ae5b7b627c05e051ef (diff)
downloadhdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.zip
hdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.tar.gz
hdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.tar.bz2
Correct assignment
Diffstat (limited to 'hl/tools/h5watch')
-rw-r--r--hl/tools/h5watch/h5watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/h5watch.c b/hl/tools/h5watch/h5watch.c
index 59b6363..b7f583c 100644
--- a/hl/tools/h5watch/h5watch.c
+++ b/hl/tools/h5watch/h5watch.c
@@ -147,7 +147,7 @@ doprint(hid_t did, hsize_t *start, hsize_t *block, int rank)
} /* end for */
HDmemset(&ctx, 0, sizeof(ctx));
- ctx.sset = subset;
+ ctx.sset = &subset;
/* Set to all default values and then override */
HDmemset(&info, 0, sizeof info);