mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks
This commit is contained in:
@ -43,7 +43,7 @@ static int GetOption(lua_State* L)
|
||||
std::wstring strTmp = LuaManager::ToWide(L, 2);
|
||||
strTmp = parser.ReadString(self->GetName(), strTmp.c_str(), LuaManager::ToWide(L, 3).c_str());
|
||||
|
||||
LuaManager::PushWide(L, strTmp.c_str());
|
||||
LuaManager::PushWide(L, strTmp);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user