8936: Descendants-detailed report crashes

This commit is contained in:
Paul Franklin 2015-09-24 16:44:20 -07:00
parent 3cf0e7885f
commit 23c2345258

View File

@ -412,7 +412,7 @@ class RTFDoc(BaseDoc,TextDoc):
self.f.write('\\picwgoal%d\\pichgoal%d\n' % (act_width,act_height))
index = 1
for i in buf:
self.f.write('%02x' % ord(i))
self.f.write('%02x' % i)
if index%32==0:
self.f.write('\n')
index = index+1