diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-15 12:25:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-15 12:25:02 (GMT) |
commit | 8f3a777a8ae45bac583fccead85c485fc54ebda8 (patch) | |
tree | 270bdb0ec746097c2143ce15cc86ff91281ef9e4 /tools/test/h5jam | |
parent | c92f11b368215d97999c9a78e5b2e7b4cd73657f (diff) | |
download | hdf5-8f3a777a8ae45bac583fccead85c485fc54ebda8.zip hdf5-8f3a777a8ae45bac583fccead85c485fc54ebda8.tar.gz hdf5-8f3a777a8ae45bac583fccead85c485fc54ebda8.tar.bz2 |
Use H5I_INVALID_HID
Diffstat (limited to 'tools/test/h5jam')
-rw-r--r-- | tools/test/h5jam/tellub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5jam/tellub.c b/tools/test/h5jam/tellub.c index 26c725d..aa779b3 100644 --- a/tools/test/h5jam/tellub.c +++ b/tools/test/h5jam/tellub.c @@ -104,7 +104,7 @@ main (int argc, const char *argv[]) hsize_t usize; htri_t testval; herr_t status; - hid_t plist = -1; + hid_t plist = H5I_INVALID_HID; h5tools_setprogname(PROGRAMNAME); h5tools_setstatus(EXIT_SUCCESS); |