mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 12:23:10 +02:00
...
This commit is contained in:
parent
1bb9f07886
commit
31a7a043d3
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ def RetrieveObject(self, ui, start=-1, length=-1):
|
|||
st = long_type(start)
|
||||
return chmlib.chm_retrieve_object(self.file, ui, st, len)
|
||||
else:
|
||||
return (0, '')
|
||||
return 0, b''
|
||||
|
||||
def IsSearchable(self):
|
||||
'''Indicates if the full-text search is available for this
|
||||
|
|
|
|||
Loading…
Reference in a new issue