1
0
Fork 0

Merging upstream version 1.0~rc3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:10:43 +01:00
parent 83d4b24812
commit 26e13106ef
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 58 additions and 43 deletions

View file

@ -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)