mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Missed files in r1241.
This commit is contained in:
@ -43,8 +43,7 @@ void LuaManager::Initialize()
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
const luaL_Reg* lib = lualibs;
|
||||
for (; lib->func; lib++)
|
||||
for (const luaL_Reg* lib = lualibs; lib->func; ++lib)
|
||||
{
|
||||
lua_pushcfunction(c_State, lib->func);
|
||||
lua_pushstring(c_State, lib->name);
|
||||
|
Reference in New Issue
Block a user