mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-08 15:47:28 -04:00
Use unsigned int rather than size_t
This commit is contained in:
@@ -398,7 +398,7 @@ static int read_tables(int fd, unpack_data_t *unpack_data)
|
||||
unsigned int bit_field;
|
||||
int length, zero_count, number, n;
|
||||
const int table_size=HUFF_TABLE_SIZE;
|
||||
size_t i;
|
||||
unsigned int i;
|
||||
|
||||
rar_dbgmsg("in read_tables Offset=%ld in_addr=%d read_top=%d\n", lseek(fd, 0, SEEK_CUR),
|
||||
unpack_data->in_addr, unpack_data->read_top);
|
||||
|
||||
Reference in New Issue
Block a user