mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 10:11:38 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
@@ -71,9 +71,9 @@ typedef struct _CMatchFinderMt
|
||||
UInt32 matchMaxLen;
|
||||
UInt32 numHashBytes;
|
||||
UInt32 pos;
|
||||
Byte *buffer; // Pointer to virtual Buffer begin
|
||||
Byte *buffer; /* Pointer to virtual Buffer begin */
|
||||
UInt32 cyclicBufferPos;
|
||||
UInt32 cyclicBufferSize; // it must be historySize + 1
|
||||
UInt32 cyclicBufferSize; /* it must be historySize + 1 */
|
||||
UInt32 cutValue;
|
||||
|
||||
/* BT + Hash */
|
||||
|
||||
Reference in New Issue
Block a user