Merging upstream version 1.0~rc3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
83d4b24812
commit
26e13106ef
8 changed files with 58 additions and 43 deletions
2
LzFind.c
2
LzFind.c
|
@ -141,7 +141,7 @@ void MatchFinder_Construct(CMatchFinder *p)
|
|||
p->directInput = 0;
|
||||
p->hash = 0;
|
||||
MatchFinder_SetDefaultSettings(p);
|
||||
p->crc = 0xFFFFFFFF;
|
||||
p->crc = 0xFFFFFFFFU;
|
||||
}
|
||||
|
||||
static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue