We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292adec commit 7443d29Copy full SHA for 7443d29
1 file changed
lib/zip_hash.c
@@ -44,7 +44,7 @@ struct zip_hash_entry {
44
typedef struct zip_hash_entry zip_hash_entry_t;
45
46
struct zip_hash {
47
- zip_uint16_t table_size;
+ zip_uint32_t table_size;
48
zip_hash_entry_t **table;
49
};
50
0 commit comments