mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-06 23:04:04 +00:00
Oops, dropped some code! Fix it.
This commit is contained in:
parent
1e88273ffc
commit
c464975b8d
1 changed files with 1 additions and 1 deletions
2
rzip.c
2
rzip.c
|
|
@ -275,7 +275,7 @@ again:
|
|||
static inline tag next_tag(struct rzip_state *st, uchar *p, tag t)
|
||||
{
|
||||
t ^= st->hash_index[p[-1]];
|
||||
t ^= st->hash_index[p[-1]];
|
||||
t ^= st->hash_index[p[MINIMUM_MATCH - 1]];
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue