maybe this works then
This commit is contained in:
parent
144cc4ff70
commit
2b99b62abf
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ def x_fonts(data):
|
|||
return
|
||||
else: return
|
||||
while 1:
|
||||
i, key = find_key(data, '.font')
|
||||
i, key, nul = find_key(data, '.font')
|
||||
if i < 0:
|
||||
break
|
||||
out('Removing "' + key + '"\n')
|
||||
|
|
Loading…
Reference in a new issue