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