diff options
Diffstat (limited to 'src/H5R.c')
-rw-r--r-- | src/H5R.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,8 +78,7 @@ static ssize_t H5R_get_name(H5F_t *file, hid_t lapl_id, hid_t dxpl_id, hid_t id, /* Reference ID class */ static const H5I_class_t H5I_REFERENCE_CLS[1] = {{ H5I_REFERENCE, /* ID class value */ - 0, /* Class flags */ - 64, /* Minimum hash size for class */ + H5I_CLASS_REUSE_IDS, /* Class flags */ 0, /* # of reserved IDs for class */ NULL /* Callback routine for closing objects of this class */ }}; |