diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-10 20:19:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-10 20:19:31 (GMT) |
commit | ad0a727c69a76d997fb921b108fe941fded29fc1 (patch) | |
tree | 6d26ce0669856a3b2cfda7feddb481089fca52fd /hl | |
parent | 7535f5a7280630fa6e3a69ae5b7b627c05e051ef (diff) | |
download | hdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.zip hdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.tar.gz hdf5-ad0a727c69a76d997fb921b108fe941fded29fc1.tar.bz2 |
Correct assignment
Diffstat (limited to 'hl')
-rw-r--r-- | hl/tools/h5watch/h5watch.c | 2 |
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 = ⊂ /* Set to all default values and then override */ HDmemset(&info, 0, sizeof info); |