--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-04-21 15:14:52 +00:00
parent 6844f9b3fa
commit e0da89893a
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class Hex(mode.Fundamental):
def get_rmargin(self, w, y, x, ended=False, cont=False):
if ended:
return ((0, '', 0),)
return tuple()
else:
(cx, cy) = self.window.cursor.xy()
s = string.translate(self.window.buffer.rawdata[y], self.ctrans)