mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r16262] Description:
added missing reference in h5lget_name_by_idx_f: !DEC$ATTRIBUTES reference :: for character strings being passed in to C to fix bug in VMS.
This commit is contained in:
parent
9a38a8965c
commit
e99b7dec14
@ -952,7 +952,7 @@ CONTAINS
|
||||
!DEC$ IF DEFINED(HDF5F90_WINDOWS)
|
||||
!DEC$ ATTRIBUTES C,reference,decorate,alias:'H5LGET_NAME_BY_IDX_C'::h5lget_name_by_idx_c
|
||||
!DEC$ ENDIF
|
||||
!DEC$ATTRIBUTES reference :: group_name
|
||||
!DEC$ATTRIBUTES reference :: group_name, name
|
||||
INTEGER(HID_T), INTENT(IN) :: loc_id
|
||||
CHARACTER(LEN=*), INTENT(IN) :: group_name
|
||||
INTEGER(SIZE_T) :: group_namelen
|
||||
|
Loading…
Reference in New Issue
Block a user