summaryrefslogtreecommitdiff
path: root/img/driver.lua
diff options
context:
space:
mode:
Diffstat (limited to 'img/driver.lua')
-rw-r--r--img/driver.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/driver.lua b/img/driver.lua
index 55ec6e3..16aa671 100644
--- a/img/driver.lua
+++ b/img/driver.lua
@@ -6,7 +6,7 @@ _G.print = function(...)
for ix = 1,select('#',...) do
o[ix] = tostring(select(ix,...))
end
- table.insert(_G.ERRLOG,table.concat(o,"\n"))
+ table.insert(_G.ERRLOG,table.concat(o,"\t"))
end
print("uu")