mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 17:34:17 +02:00
...
This commit is contained in:
parent
57ba956d04
commit
e0cf92aa72
1 changed files with 2 additions and 1 deletions
|
|
@ -409,7 +409,8 @@ def process_one_node(category, collapse_model, state_map): # {{{
|
|||
# in ICU's 'ordinal' for the first letter. In this case, the
|
||||
# first letter can actually be more than one letter long.
|
||||
cl_list = [None] * len(data[key])
|
||||
last_ordnum = last_c = 0
|
||||
last_ordnum = 0
|
||||
last_c = ' '
|
||||
for idx,tag in enumerate(data[key]):
|
||||
if not tag.sort:
|
||||
c = ' '
|
||||
|
|
|
|||
Loading…
Reference in a new issue