Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Lzh/LzhCRC.h')
-rwxr-xr-x7zip/Archive/Lzh/LzhCRC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Archive/Lzh/LzhCRC.h b/7zip/Archive/Lzh/LzhCRC.h
index 22512563..bb5546db 100755
--- a/7zip/Archive/Lzh/LzhCRC.h
+++ b/7zip/Archive/Lzh/LzhCRC.h
@@ -11,7 +11,7 @@ namespace NLzh {
class CCRC
{
- UInt32 _value;
+ UInt16 _value;
public:
static UInt16 Table[256];
static void InitTable();