Fixes #1066922
This commit is contained in:
Kovid Goyal 2013-06-05 07:39:18 +05:30
commit 77913d28f3

View File

@ -706,6 +706,8 @@ class CatalogBuilder(object):
if last_c in exceptions.keys():
last_c = exceptions[unicode(last_c)]
last_ordnum = ordnum
else:
last_c = cl_list[idx-1]
cl_list[idx] = last_c
if self.DEBUG and self.opts.verbose: