summaryrefslogtreecommitdiffstats
path: root/LzFind.c
diff options
context:
space:
mode:
Diffstat (limited to 'LzFind.c')
-rw-r--r--LzFind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LzFind.c b/LzFind.c
index 98e5091..bec8b3e 100644
--- a/LzFind.c
+++ b/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)