fixed GNU 4.8.5 compilation issue with C_LOC and strings (#2996)

This commit is contained in:
Scot Breitenfeld 2023-05-23 11:16:43 -05:00 committed by GitHub
parent a888742959
commit 545484c743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)