mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 04:07:02 -06:00
4.60 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
173c07e166
commit
c10e6b16f6
4
C/Bra.h
4
C/Bra.h
@@ -1,5 +1,5 @@
|
||||
/* Bra.h -- Branch converters for executables
|
||||
2008-08-05
|
||||
2008-08-17
|
||||
Copyright (c) 1999-2008 Igor Pavlov
|
||||
Read LzmaDec.h for license options */
|
||||
|
||||
@@ -41,7 +41,7 @@ in CALL instructions to increase the compression ratio.
|
||||
Example:
|
||||
|
||||
UInt32 ip = 0;
|
||||
for()
|
||||
for ()
|
||||
{
|
||||
// size must be >= Alignment + LookAhead, if it's not last block
|
||||
SizeT processed = Convert(data, size, ip, 1);
|
||||
|
||||
Reference in New Issue
Block a user