From b86e76632c0727204f974e2847f1ea8457414db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 25 Jun 2016 15:29:34 +0200 Subject: Fixed another fatal error --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index cf473d4..52ca563 100644 --- a/init.lua +++ b/init.lua @@ -64,7 +64,7 @@ function atm.saveaccounts() table.insert(data, string.format("%d %s\n", v, k)) l = l+1 end - if not l < atm.linecount then + if not (l < atm.linecount) then local output = io.open(atm.pth, "w") output:write(table.concat(data)) io.close(output) -- cgit v1.2.3