mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Corrected fix for lp:1066922, error processing sort letters in catalog under OS X 10.6.8, 10.7.5.
This commit is contained in:
parent
545344f5eb
commit
c958710e65
@ -698,6 +698,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
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user