diff options
Diffstat (limited to 'test/gen_old_group.c')
-rw-r--r-- | test/gen_old_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gen_old_group.c b/test/gen_old_group.c index 3ed8a1f..25e2a33 100644 --- a/test/gen_old_group.c +++ b/test/gen_old_group.c @@ -30,8 +30,8 @@ int main(void) { - hid_t fid = -1; /* File ID */ - hid_t gid = -1; /* Group creation property list ID */ + hid_t fid = H5I_INVALID_HID; /* File ID */ + hid_t gid = H5I_INVALID_HID; /* Group creation property list ID */ /* Create file for test groups */ if ((fid = H5Fcreate(FILENAME, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT)) < 0) |