Script: Reverted Unicode change (99c67f7)

This commit is contained in:
Birunthan Mohanathas
2012-07-21 19:46:00 +03:00
parent b66875d8ad
commit 850b415a3f
6 changed files with 36 additions and 69 deletions

View File

@ -53,7 +53,7 @@ static int Print(lua_State* L)
lua_pop(L, 1);
}
Log(LOG_DEBUG, ConvertUTF8ToWide(message.c_str()).c_str());
Log(LOG_DEBUG, ConvertToWide(message.c_str()).c_str());
return 0;
}