mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 05:03:07 +00:00
change to build with lua 5.2 alpha, issue #5
This commit is contained in:
@@ -772,7 +772,7 @@ static void set_info (lua_State *L) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static const struct luaL_reg fslib[] = {
|
static const struct luaL_Reg fslib[] = {
|
||||||
{"attributes", file_info},
|
{"attributes", file_info},
|
||||||
{"chdir", change_dir},
|
{"chdir", change_dir},
|
||||||
{"currentdir", get_dir},
|
{"currentdir", get_dir},
|
||||||
|
|||||||
Reference in New Issue
Block a user