Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jul 21, 2023
1 parent 4764cd0 commit b5eb0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhdf5/hdf5open.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ nc4_open_file(const char *path, int mode, void* parameters, int ncid)
if (!(crt_order_flags & H5P_CRT_ORDER_TRACKED)) {
nc4_info->no_attr_create_order = NC_TRUE;
}
if (H5Pclose(fapl_id) < 0)
if (H5Pclose(pid) < 0)
BAIL(NC_EHDFERR);
}

Expand Down

0 comments on commit b5eb0d2

Please sign in to comment.