summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.c
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/lib/h5trav.c
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/lib/h5trav.c')
-rw-r--r--tools/lib/h5trav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5trav.c b/tools/lib/h5trav.c
index 1ecd5c0..fb768a4 100644
--- a/tools/lib/h5trav.c
+++ b/tools/lib/h5trav.c
@@ -834,8 +834,8 @@ trav_attr(hid_t
#ifdef H5TRAV_PRINT_SPACE
}
else {
- hid_t attr = -1;
- hid_t space = -1;
+ hid_t attr = H5I_INVALID_HID;
+ hid_t space = H5I_INVALID_HID;
hsize_t size[H5S_MAX_RANK];
int ndims;
int i;