diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:22:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:22:39 +0000 |
commit | 9ce00d8c30fb636d64b1279eb591ac97a43417f4 (patch) | |
tree | b719a67c2e69edd3a612035ab89d70f52e0df147 /LzFind.c | |
parent | Adding debian version 1.0~rc2-1. (diff) | |
download | pdlzip-9ce00d8c30fb636d64b1279eb591ac97a43417f4.tar.xz pdlzip-9ce00d8c30fb636d64b1279eb591ac97a43417f4.zip |
Merging upstream version 1.0~rc3.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | LzFind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|