mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix HUFF/CDIC decompression regression.
This commit is contained in:
parent
b28b734354
commit
d7c3df5f43
@ -32,7 +32,7 @@ class BitReader(object):
|
||||
|
||||
class HuffReader(object):
|
||||
|
||||
def __init__(self, huffs, extra_flags):
|
||||
def __init__(self, huffs):
|
||||
self.huffs = huffs
|
||||
|
||||
if huffs[0][0:4] != 'HUFF' or huffs[0][4:8] != '\x00\x00\x00\x18':
|
||||
|
Loading…
x
Reference in New Issue
Block a user