mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
luainstance.cpp: init var
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9dcab61927
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -644,7 +644,7 @@ void LuaInstRegisterFunctions(lua_State *L, bool fromThreads/*=false*/)
|
||||
{ NULL, NULL }
|
||||
};
|
||||
// ------------------------------------------
|
||||
int top;
|
||||
int top = 0;
|
||||
if (fromThreads)
|
||||
top = lua_gettop(L);
|
||||
|
||||
|
Reference in New Issue
Block a user