This commit is contained in:
Behdad Esfahbod 2013-11-20 21:50:16 -05:00
parent f50d0dff86
commit fc10b20c25

View File

@ -172,7 +172,7 @@ class Table(Struct):
table = self.tableClass() table = self.tableClass()
# For now, we lazy-decompile all tables. Perhaps we should # For now, we lazy-decompile all tables. Perhaps we should
# use a more sophisticated heuristic here. # use a more sophisticated heuristic here.
if 1: if True:
# Lazy decompile # Lazy decompile
table.reader = subReader table.reader = subReader
table.font = font table.font = font