Skip to content

Commit

Permalink
update errormsg
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Aug 13, 2024
1 parent a3fe830 commit d4a7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slow5_press.c
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ static inline int16_t *ptr_depress_ex_zd_v0(const uint8_t *ptr, size_t count, si
static int16_t *ptr_depress_ex_zd(const uint8_t *ptr, size_t count, size_t *n){

if(slow5_bigend){
SLOW5_ERROR_EXIT("%s","Compression of EX-ZD on big-endian architectures is not supported yet.");
SLOW5_ERROR_EXIT("%s","Decompression of EX-ZD on big-endian architectures is not supported yet.");
}

uint64_t offset = 0;
Expand Down

0 comments on commit d4a7a0a

Please sign in to comment.