Skip to content

Commit

Permalink
Update H5VLcache_ext.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 authored Sep 27, 2023
1 parent ffbbcf3 commit 32f09e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5VLcache_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -4067,7 +4067,7 @@ static void *H5VL_cache_ext_file_open(const char *name, unsigned flags,

file_args_t *args = (file_args_t *)malloc(sizeof(file_args_t));
args->name = name;
args->fapl_id = H5Scopy(fapl_id);
args->fapl_id = H5Pcopy(fapl_id);
args->fcpl_id = H5Pcreate(H5P_FILE_CREATE);
args->dxpl_id = H5Pcopy(dxpl_id);
args->flags = flags;
Expand Down

0 comments on commit 32f09e5

Please sign in to comment.