Skip to content

Commit 27aa7a5

Browse files
authored
fixes build issue in aarch64 observed in some builds (#266)
1 parent 1438e81 commit 27aa7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcf/compression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace ebi
9191

9292
std::string get_compression_from_magic_num(const std::vector<char> &line)
9393
{
94-
std::vector<std::pair<std::vector<char>, std::string>> types = {
94+
std::vector<std::pair<std::vector<signed char>, std::string>> types = {
9595
{ { 66, 90, 104 }, BZ2 },
9696
{ { 31, -117 }, GZ },
9797
{ { -3, 55, 122, 88, 90 }, XZ },

0 commit comments

Comments
 (0)