mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
fixed GNU 4.8.5 compilation issue with C_LOC and strings (#2996)
This commit is contained in:
parent
a888742959
commit
545484c743
@ -198,8 +198,8 @@ CONTAINS
|
||||
CALL H5Screate_f(H5S_SCALAR_F, space_id, hdferror)
|
||||
CALL check("H5Screate_f", hdferror, total_error)
|
||||
|
||||
f_ptr1 = C_LOC(app_file)
|
||||
f_ptr2 = C_LOC(app_func)
|
||||
f_ptr1 = C_LOC(app_file(1:1))
|
||||
f_ptr2 = C_LOC(app_func(1:1))
|
||||
CALL h5acreate_async_f(file_id, attr_name, H5T_NATIVE_INTEGER, space_id, attr_id0, es_id, hdferror, &
|
||||
file=f_ptr1, func=f_ptr2, line=app_line)
|
||||
CALL check("h5acreate_f",hdferror,total_error)
|
||||
|
Loading…
Reference in New Issue
Block a user