8936: Descendants-detailed report crashes
This commit is contained in:
parent
3cf0e7885f
commit
23c2345258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user