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
|
return
|
||||||
else: return
|
else: return
|
||||||
while 1:
|
while 1:
|
||||||
i, key = find_key(data, '.font')
|
i, key, nul = find_key(data, '.font')
|
||||||
if i < 0:
|
if i < 0:
|
||||||
break
|
break
|
||||||
out('Removing "' + key + '"\n')
|
out('Removing "' + key + '"\n')
|
||||||
|
|
Loading…
Reference in a new issue