summaryrefslogtreecommitdiff
path: root/dalos-binaryops.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-21 21:22:38 +0100
committerPixel <pixel@nobis-crew.org>2009-12-21 21:22:38 +0100
commite294e63159e9596dd23bdb33e6ac3c574c32289f (patch)
tree3bd3839241ad617937c94a9d5e5d6478fd190372 /dalos-binaryops.lua
parent85d327879aafffcf0f3c811195cbdd07aa6eda7b (diff)
Various fixes.
Diffstat (limited to 'dalos-binaryops.lua')
-rw-r--r--dalos-binaryops.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalos-binaryops.lua b/dalos-binaryops.lua
index 022020c..1ced26f 100644
--- a/dalos-binaryops.lua
+++ b/dalos-binaryops.lua
@@ -45,7 +45,7 @@ Maximize: %b[No,Yes]{Check if you want to maximize the output}
offset = 0,
size = self.extra.maximize and math.max(h1:getsize(), h2:getsize()) or math.min(h1:getsize(), h2:getsize()),
getname = function () return self.name end,
- do_read = function (self, dummy, count)
+ do_read = function (self, count)
self.h1:seek(self.offset)
self.h2:seek(self.offset)