[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
develop
pre-commit-ci[bot] 2023-01-10 04:51:59 +00:00
parent d725b813c7
commit 8ad1cafb07
1 changed files with 1 additions and 1 deletions

@ -1901,7 +1901,7 @@ lua_State *DFHack::Lua::Open(color_ostream &out, lua_State *state)
lua_pushnil(state);
lua_setfield(state, -2, "popen");
lua_pop(state, 1);
// replace some os functions
lua_getglobal(state, "os");
luaL_setfuncs(state, dfhack_os_funcs, 0);