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