switch is_gzip from short to bool

This commit is contained in:
Gabriele Gristina
2019-06-27 23:51:54 +02:00
parent 481c752456
commit c2e634c426
15 changed files with 37 additions and 46 deletions
+1 -1
View File
@@ -999,7 +999,7 @@ typedef struct hc_fp
gzFile gfp;
} f;
short is_gzip;
bool is_gzip;
const char *path;
char *mode;
} HCFILE;