diff options
author | pixel <pixel> | 2004-12-20 14:05:29 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-20 14:05:29 +0000 |
commit | a40589fa1fb092245a3aa3d48783b7c129ba84a1 (patch) | |
tree | 509caa7ca5665a818073ff37bc0d329c8efcb252 | |
parent | f30523f7852aeed7d31a1f947e36a6284efdb23b (diff) |
Blah
-rw-r--r-- | cd-tool.lua | 2 |
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) |