Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Li committed May 22, 2024
1 parent 91789fe commit b35ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h5z-sperr.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static herr_t H5Z_set_local_sperr(hid_t dcpl_id, hid_t type_id, hid_t space_id)

/* Get the user-specified compression mode and quality. */
size_t user_cd_nelem = 2;
unsigned int user_cd_values[2] = {0, 0}; /* !! The same value as variable `user_cd_nelem` !! */
unsigned int user_cd_values[2] = {0, 0}; /* !! The same length as `user_cd_nelem` specified !! */
char name[16];
for (size_t i = 0; i < 16; i++)
name[i] = ' ';
Expand Down

0 comments on commit b35ca1d

Please sign in to comment.