This commit is contained in:
Kovid Goyal 2012-02-23 12:11:03 +05:30
parent aca83c69c2
commit bef9a554a4

View File

@ -674,7 +674,7 @@ class LitWriter(object):
dchunk = StringIO()
dcount = 0
quickref = []
name = entry.name
name = en
if (dcount % qrn) == 0:
quickref.append(dchunk.tell())
dchunk.write(next)