mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
geändert: lz5hc.c
This commit is contained in:
@@ -1444,7 +1444,7 @@ _Search:
|
|||||||
{
|
{
|
||||||
int price, best_price;
|
int price, best_price;
|
||||||
U32 off0=0, off1=0;
|
U32 off0=0, off1=0;
|
||||||
const U8 *pos, *best_pos;
|
const BYTE *pos, *best_pos;
|
||||||
|
|
||||||
// find the lowest price for encoding ml bytes
|
// find the lowest price for encoding ml bytes
|
||||||
best_pos = ip;
|
best_pos = ip;
|
||||||
|
|||||||
Reference in New Issue
Block a user