Skip to content

Commit

Permalink
rebased to current head with zstd support
Browse files Browse the repository at this point in the history
not able to run tests cause of some errors need help figuring and fix
  • Loading branch information
hernot committed Mar 22, 2022
1 parent df16744 commit 8ab72d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bshuf_h5filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ size_t bshuf_h5_filter(unsigned int flags, size_t cd_nelmts,

out_buf = malloc(buf_size_out);
if (out_buf == NULL) {
!PUSH_ERR("bshuf_h5_filter", H5E_CALLBACK,
PUSH_ERR("bshuf_h5_filter", H5E_CALLBACK,
"Could not allocate output buffer.");
return 0;
}
Expand Down

0 comments on commit 8ab72d3

Please sign in to comment.