summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-10 20:19:31 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commit85bf828d0ca3a00ac4c60d1b2826b42e349c1321 (patch)
tree4f0fa3586bc0ce5d9f5927df7153cafbeb49981f /hl
parent64da9d289be118801054de9fb6a258a447c9e594 (diff)
downloadhdf5-85bf828d0ca3a00ac4c60d1b2826b42e349c1321.zip
hdf5-85bf828d0ca3a00ac4c60d1b2826b42e349c1321.tar.gz
hdf5-85bf828d0ca3a00ac4c60d1b2826b42e349c1321.tar.bz2
Correct assignment
Diffstat (limited to 'hl')
-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 a34656d..2720f22 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);