summaryrefslogtreecommitdiff
path: root/cd-tool.lua
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-20 14:05:29 +0000
committerpixel <pixel>2004-12-20 14:05:29 +0000
commita40589fa1fb092245a3aa3d48783b7c129ba84a1 (patch)
tree509caa7ca5665a818073ff37bc0d329c8efcb252 /cd-tool.lua
parentf30523f7852aeed7d31a1f947e36a6284efdb23b (diff)
Blah
Diffstat (limited to 'cd-tool.lua')
-rw-r--r--cd-tool.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cd-tool.lua b/cd-tool.lua
index 577b091..d3e592e 100644
--- a/cd-tool.lua
+++ b/cd-tool.lua
@@ -9,7 +9,7 @@ function extract_file(source, dest, mode)
source = cdfile(source, mode)
end
dest = Output(dest)
- source.copyto(dest)
+ source:copyto(dest)
end
function insert_file(source, dest, mode)