mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup.
This commit is contained in:
parent
2aa4d62278
commit
44b943d5ec
@ -10,7 +10,7 @@ LuaScript::LuaScript(lua_State* p_pState, const char* p_strFile, const char* p_s
|
||||
|
||||
int result = luaL_loadfile(m_pState, p_strFile);
|
||||
|
||||
m_strTableName = strdup(p_strTableName);
|
||||
m_strTableName = _strdup(p_strTableName);
|
||||
|
||||
// If the file loaded okay.
|
||||
if(result == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user