8936: Descendants-detailed report crashes

This commit is contained in:
Paul Franklin 2015-09-24 16:46:39 -07:00
parent bd694b0baa
commit a3bf2e4d6e

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