Fixed lp:1066922, error processing sort letters in catalog under OS X 10.6.8, 10.7.5.

This commit is contained in:
GRiker 2013-06-04 10:59:43 -06:00
parent 3188e6ab28
commit 8d513f09f2

View File

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