mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
x64 build fix here we go
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3222 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b9cdcb1819
commit
560c4111ae
5 changed files with 10 additions and 10 deletions
|
@ -216,7 +216,7 @@ void ServerSide::OnServerData(char sock, unsigned char data)
|
|||
|
||||
wxString error_str = wxString::Format(
|
||||
wxT("WARNING : Player %s does Not have this Game !\n"), m_client[sock].nick.c_str());
|
||||
four_bytes = error_str.size();
|
||||
four_bytes = (int)error_str.size();
|
||||
|
||||
for (char i=0; i < 2; i++)
|
||||
Event->AppendText(error_str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue