summaryrefslogtreecommitdiffstats
path: root/LzFind.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:22:32 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:22:32 +0000
commitdab5cb122d690b828e35513ae7daf62135a7f170 (patch)
treed59e730452aab27215c86c6d2e67092e9147d895 /LzFind.c
parentAdding upstream version 1.0~rc2. (diff)
downloadpdlzip-dab5cb122d690b828e35513ae7daf62135a7f170.tar.xz
pdlzip-dab5cb122d690b828e35513ae7daf62135a7f170.zip
Adding upstream version 1.0~rc3.upstream/1.0_rc3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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)