This commit is contained in:
Birunthan Mohanathas
2013-01-27 12:17:38 +02:00
parent fdcd5a9757
commit 438f79bf5d
5 changed files with 14 additions and 7 deletions

View File

@ -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;
}