From: Olav Bakke Svendsen Date: Tue, 10 Oct 2023 15:14:51 +0000 (+0200) Subject: Whoops 2 X-Git-Tag: stable-steam~42 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=43b29dccc8e6d3eb8962a64ae0c4dbcce5de88a7;p=cc.git Whoops 2 --- diff --git a/steam/simple-coal-feeder.lua b/steam/simple-coal-feeder.lua index 87e9db7..cba5249 100644 --- a/steam/simple-coal-feeder.lua +++ b/steam/simple-coal-feeder.lua @@ -65,7 +65,7 @@ local main = function() while running do local cmd, arg = parse_command(read()) for c,f in pairs(case) do - if cmd == c then v(arg); break end + if cmd == c then f(arg); break end end end end