From 9ce00d8c30fb636d64b1279eb591ac97a43417f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:22:39 +0100 Subject: Merging upstream version 1.0~rc3. Signed-off-by: Daniel Baumann --- LzFind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LzFind.c') 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) -- cgit v1.2.3