mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r17087] Description:
changed LEN to LEN_TRIM tested: smirom
This commit is contained in:
parent
b417362702
commit
575467d324
@ -91,7 +91,8 @@
|
||||
|
||||
if (present(creation_prp)) creation_prp_default = creation_prp
|
||||
if (present(access_prp)) access_prp_default = access_prp
|
||||
namelen = LEN(name)
|
||||
namelen = LEN_TRIM(name)
|
||||
|
||||
hdferr = h5fcreate_c(name, namelen, access_flags, &
|
||||
creation_prp_default, access_prp_default, file_id)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user