diff options
Diffstat (limited to 'src/htszlib.c')
-rw-r--r-- | src/htszlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htszlib.c b/src/htszlib.c index f4a30b4..f78d778 100644 --- a/src/htszlib.c +++ b/src/htszlib.c @@ -56,7 +56,7 @@ int hts_zunpack(char *filename, char *newfile) { int ret = -1; char catbuff[CATBUFF_SIZE]; - if (gz_is_available && filename && newfile) { + if (filename && newfile) { if (filename[0] && newfile[0]) { // not: NOT an UTF-8 filename gzFile gz = gzopen(filename, "rb"); |