This commit is contained in:
Ryan Oldenburg 2021-04-27 00:48:39 -05:00
parent 566636c99e
commit a076205882

View file

@ -564,7 +564,7 @@ proc parseKernTable(buf: string, offset: int): KernTable =
i += 6
result.subTables.add(subTable)
elif result.version == 1:
elif version == 1:
discard # Mac format
else:
failUnsupported()