libsa: gzipfs.c converts pointers to integer types with different sign
Signed versus unsigned char.
This commit is contained in:
parent
513f7db592
commit
6938805f41
@ -40,7 +40,7 @@ struct z_file
|
|||||||
int zf_rawfd;
|
int zf_rawfd;
|
||||||
off_t zf_dataoffset;
|
off_t zf_dataoffset;
|
||||||
z_stream zf_zstream;
|
z_stream zf_zstream;
|
||||||
char zf_buf[Z_BUFSIZE];
|
unsigned char zf_buf[Z_BUFSIZE];
|
||||||
int zf_endseen;
|
int zf_endseen;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user