projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7421303
)
Whoops 2
author
Olav Bakke Svendsen
<mail@olavbs.no>
Tue, 10 Oct 2023 15:14:51 +0000
(17:14 +0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Tue, 10 Oct 2023 15:14:51 +0000
(17:14 +0200)
steam/simple-coal-feeder.lua
patch
|
blob
|
history
diff --git
a/steam/simple-coal-feeder.lua
b/steam/simple-coal-feeder.lua
index 87e9db7c4d6a02f0ff56e82a345ec28275ab7a1f..cba52499fa75f54598cafd288d7a258e55a68c55 100644
(file)
--- 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