summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-07 01:01:34 +0100
committerubq323 <ubq323@ubq323.website>2022-08-07 01:01:34 +0100
commita3fbefc0d66c7f08daa848e76b5e7d979e594f7a (patch)
treebb3bccfce69ef6c440a2995674268e792d57ef15 /img
parent96ca9bb954367e55f0f3016f059a41733f0b3f76 (diff)
img
Diffstat (limited to 'img')
-rw-r--r--img/driver.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/driver.lua b/img/driver.lua
index 065586c..eeb8f21 100644
--- a/img/driver.lua
+++ b/img/driver.lua
@@ -1,7 +1,7 @@
package.path = "/?;/?.lua;"..package.path
_G.ERRLOG = {}
-_G.oldprint = _G.print
+_G.oldprint = print
_G.print = function(...)
o = {}
for ix = 1,select('#',...) do