mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
1bb9f07886
commit
31a7a043d3
@ -406,7 +406,7 @@ class CHMFile:
|
||||
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…
x
Reference in New Issue
Block a user