From 4a5125c1ccb121bfe739c26926fe8ed7de634d32 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 25 Dec 2009 15:17:18 +0100 Subject: Fixing the binary ops output. --- dalos-binaryops.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dalos-binaryops.lua') diff --git a/dalos-binaryops.lua b/dalos-binaryops.lua index c739450..e4c6ed9 100644 --- a/dalos-binaryops.lua +++ b/dalos-binaryops.lua @@ -51,7 +51,7 @@ Maximize: %b[No,Yes]{Check if you want to maximize the output} local t1, r1 = self.h1:read(count) local t2, r2 = self.h2:read(count) - local r = self.extra.maximize and math.max(r1, r2) or math.min(r1, r2) + local r = self.maximize and math.max(r1, r2) or math.min(r1, r2) self.offset = self.offset + r if r == 0 then self.got_eof = true return 0 end local t = {} -- cgit v1.2.3