diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-10 20:19:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-10 20:19:56 (GMT) |
commit | 7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf (patch) | |
tree | b08ee0f0f1dcefd102669a28b474d0496cbbfdf4 | |
parent | 43a1371ffe5c912fe3f367c54d1c6c7d24e96a4e (diff) | |
download | hdf5-7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf.zip hdf5-7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf.tar.gz hdf5-7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf.tar.bz2 |
Correct assignment
-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); |