maybe this works then

This commit is contained in:
Mikael Magnusson 2007-02-20 13:13:27 +00:00
parent 144cc4ff70
commit 2b99b62abf

View file

@ -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')