summaryrefslogtreecommitdiffstats
path: root/tools/test/h5jam
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-13 23:09:48 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:26 (GMT)
commit16245b0440cdb586ffcc4d33e2fc749e27a7725d (patch)
treedd93de134dd98f2d8f3dc8805695f67a79ef7b8d /tools/test/h5jam
parent280329e192d9ec7008abda4471952f0eacfdce01 (diff)
downloadhdf5-16245b0440cdb586ffcc4d33e2fc749e27a7725d.zip
hdf5-16245b0440cdb586ffcc4d33e2fc749e27a7725d.tar.gz
hdf5-16245b0440cdb586ffcc4d33e2fc749e27a7725d.tar.bz2
Update tools hid_t declarations with H5I_INVALID_HID
Diffstat (limited to 'tools/test/h5jam')
-rw-r--r--tools/test/h5jam/getub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5jam/getub.c b/tools/test/h5jam/getub.c
index 26a427d..f496a7a 100644
--- a/tools/test/h5jam/getub.c
+++ b/tools/test/h5jam/getub.c
@@ -81,7 +81,7 @@ parse_command_line(int argc, const char *argv[])
int
main(int argc, const char *argv[])
{
- int fd = -1;
+ int fd = H5I_INVALID_HID;
unsigned size;
char *filename = NULL;
long res;