this should do it

This commit is contained in:
Mikael Magnusson 2007-02-20 12:30:47 +00:00
parent 30002bb87f
commit 144cc4ff70

View file

@ -271,7 +271,7 @@ def x_fonts(data):
return
else: return
while 1:
i, key = key_find(data, '.font')
i, key = find_key(data, '.font')
if i < 0:
break
out('Removing "' + key + '"\n')