summaryrefslogtreecommitdiff
path: root/cd-tool.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2004-05-03 12:55:04 +0000
committerpixel <pixel>2004-05-03 12:55:04 +0000
commit5b1e50428eab9ea1d141b84e4579d77ac7b8f2d9 (patch)
treed1b008ff2f7e02bcf849587842e0c9548347e530 /cd-tool.cpp
parent2371bb1ad54636e4f3f8524af65f37b64ef96a2a (diff)
Still, various fixes, changes, improvements, new bug added, etc...
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r--cd-tool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp
index d6a9b68..14f0f0b 100644
--- a/cd-tool.cpp
+++ b/cd-tool.cpp
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: cd-tool.cpp,v 1.29 2004-05-02 12:29:02 pixel Exp $ */
+/* $Id: cd-tool.cpp,v 1.30 2004-05-03 12:55:04 pixel Exp $ */
#define WIP
@@ -69,7 +69,7 @@ enum basecdtool_t {
};
struct lua_functypes_t basecdtool_functions[] = {
- { BASECDTOOL_LOAD, "load", 0, 1, { LUA_ANY } },
+ { BASECDTOOL_LOAD, "load", 0, 1, { LUA_STRING | LUA_OBJECT } },
{ -1, 0, 0, 0, 0 }
};