mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
hash_bits can only be up to 64 so use a char type.
This commit is contained in:
parent
73e921b862
commit
02b3250639
1 changed files with 1 additions and 1 deletions
2
rzip.c
2
rzip.c
|
|
@ -104,7 +104,7 @@ struct rzip_state {
|
|||
struct level *level;
|
||||
tag hash_index[256];
|
||||
struct hash_entry *hash_table;
|
||||
i64 hash_bits;
|
||||
char hash_bits;
|
||||
i64 hash_count;
|
||||
i64 hash_limit;
|
||||
tag minimum_tag_mask;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue