fixed ttdump -i mode

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@258 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-05-24 14:42:15 +00:00
parent b58176e5ac
commit 02c17a7d3d

View File

@ -266,7 +266,7 @@ class Program:
binary2num=binary2num):
assembly = self.assembly
if type(assembly) == type([]):
assembly = string.join(assembly, " ")
assembly = string.join(assembly, "")
bytecode = []
push = bytecode.append
lenAssembly = len(assembly)