diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2011-06-06 10:49:39 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2011-06-06 10:49:39 -0300 |
commit | 2f55c33b0c919623a1f7bec7a541d784cf2a5724 (patch) | |
tree | 045025109c9e70dca7f5210101b17892758cb4e7 | |
parent | ae5a05deec8a3737bd6972213b5495108b6566cc (diff) | |
download | luafilesystem-2f55c33b0c919623a1f7bec7a541d784cf2a5724.tar.gz luafilesystem-2f55c33b0c919623a1f7bec7a541d784cf2a5724.tar.bz2 luafilesystem-2f55c33b0c919623a1f7bec7a541d784cf2a5724.zip |
change to build with lua 5.2 alpha, issue #5
-rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -772,7 +772,7 @@ static void set_info (lua_State *L) { | |||
772 | } | 772 | } |
773 | 773 | ||
774 | 774 | ||
775 | static const struct luaL_reg fslib[] = { | 775 | static const struct luaL_Reg fslib[] = { |
776 | {"attributes", file_info}, | 776 | {"attributes", file_info}, |
777 | {"chdir", change_dir}, | 777 | {"chdir", change_dir}, |
778 | {"currentdir", get_dir}, | 778 | {"currentdir", get_dir}, |