Skip to content

Commit

Permalink
fixes build issue in aarch64 observed in some builds (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudeva8 authored Oct 21, 2024
1 parent 1438e81 commit 27aa7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcf/compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace ebi

std::string get_compression_from_magic_num(const std::vector<char> &line)
{
std::vector<std::pair<std::vector<char>, std::string>> types = {
std::vector<std::pair<std::vector<signed char>, std::string>> types = {
{ { 66, 90, 104 }, BZ2 },
{ { 31, -117 }, GZ },
{ { -3, 55, 122, 88, 90 }, XZ },
Expand Down

0 comments on commit 27aa7a5

Please sign in to comment.