mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
aca83c69c2
commit
bef9a554a4
@ -674,7 +674,7 @@ class LitWriter(object):
|
|||||||
dchunk = StringIO()
|
dchunk = StringIO()
|
||||||
dcount = 0
|
dcount = 0
|
||||||
quickref = []
|
quickref = []
|
||||||
name = entry.name
|
name = en
|
||||||
if (dcount % qrn) == 0:
|
if (dcount % qrn) == 0:
|
||||||
quickref.append(dchunk.tell())
|
quickref.append(dchunk.tell())
|
||||||
dchunk.write(next)
|
dchunk.write(next)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user