[subset] Minor

This commit is contained in:
Behdad Esfahbod 2014-06-16 15:33:53 -04:00
parent f1d5c85c3f
commit 149a6700a1

View File

@ -1702,8 +1702,8 @@ def prune_post_subset(self, options):
if hasattr(subrs, 'offsets'):
del subrs.offsets
for i in range (subrs.count):
subrs[i].subset_subroutines (local_subrs, font.GlobalSubrs)
for subr in subrs.items:
subr.subset_subroutines (local_subrs, font.GlobalSubrs)
# Cleanup
for subrs in all_subrs: