Changeset 1c2ccea


Ignore:
Timestamp:
Dec 29, 2021, 5:52:03 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
cba2b12
Parents:
6f53da8
git-author:
Paul Brossier <piem@piem.org> (12/26/21 23:15:00)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:03)
Message:

[file_hdf5] update to hdf5 >= 1.10.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/file_hdf5.c

    r6f53da8 r1c2ccea  
    134134  const char_t *type_name;
    135135  uint_t *depth = (uint_t *)opdata;
    136   herr_t err = H5Oget_info_by_name(loc_id, name, &infobuf, H5P_DEFAULT);
     136  herr_t err = H5Oget_info_by_name(loc_id, name, &infobuf, H5O_INFO_BASIC,
     137      H5P_DEFAULT);
    137138  if (err < 0) goto failure;
    138139  if (*depth > MAX_DEPTH) goto failure;
Note: See TracChangeset for help on using the changeset viewer.