Commits
Scot Breitenfeld committed cfeefbe19b8
Changes due to bug-1652: h5lget_info_by_idx_f missing/broken functionality * For h5lget_info_f changed the integer type from INTEGER, INTENT(OUT) :: address INTEGER(HSIZE_T), INTENT(OUT) :: val_size to INTEGER(HADDR_T), INTENT(OUT) :: address INTEGER(SIZE_T), INTENT(OUT) :: val_size * For h5lget_info_by_idx_f added the missing arguments: link_type and address and changed the integer type, as in h5lget_info_f, of address and val_size.