summaryrefslogtreecommitdiff
path: root/dalos-hexview.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-28 15:24:13 +0100
committerPixel <pixel@nobis-crew.org>2009-12-28 15:24:13 +0100
commit34dd8ccee048382aaae104159bdb6260be8df49e (patch)
tree49fabe66963bc079cf4d0d9233afdcf4f660daec /dalos-hexview.lua
parentdd4d0d5131f3cd079ec052a058c7f2ad19130348 (diff)
Various fixes, and getting output on the struct.
Diffstat (limited to 'dalos-hexview.lua')
-rw-r--r--dalos-hexview.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalos-hexview.lua b/dalos-hexview.lua
index 0ee8a8c..28d7217 100644
--- a/dalos-hexview.lua
+++ b/dalos-hexview.lua
@@ -97,7 +97,7 @@ Marker lengths: %b
origin = cursor,
size = maxsize - cursor,
getname = function (self) return self.hvo.name .. ":" .. self.ind end,
- getmodif = function (self) return self.hvo:getmodif() end,
+ getmodif = function (self) return self.h:getmodif() end,
do_seek = function (self)
self.h:seek(self.offset + self.origin)
self:post_read()