mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4c4627fc38
commit
6dcc6ae9f1
@ -155,7 +155,7 @@ class EXTHRecord(object):
|
|||||||
|
|
||||||
if self.name in ('coveroffset', 'thumboffset', 'hasfakecover',
|
if self.name in ('coveroffset', 'thumboffset', 'hasfakecover',
|
||||||
'Creator Major Version', 'Creator Minor Version',
|
'Creator Major Version', 'Creator Minor Version',
|
||||||
'Creator Build Number', 'Creator Software'):
|
'Creator Build Number', 'Creator Software', 'startreading'):
|
||||||
self.data, = struct.unpack(b'>I', self.data)
|
self.data, = struct.unpack(b'>I', self.data)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user