mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
libsa: gzipfs.c converts pointers to integer types with different sign
Signed versus unsigned char.
This commit is contained in:
parent
513f7db592
commit
6938805f41
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ struct z_file
|
|||
int zf_rawfd;
|
||||
off_t zf_dataoffset;
|
||||
z_stream zf_zstream;
|
||||
char zf_buf[Z_BUFSIZE];
|
||||
unsigned char zf_buf[Z_BUFSIZE];
|
||||
int zf_endseen;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue