Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fdf907adb6
commit
f565c05e6b
@ -1412,7 +1412,7 @@ void GSocket::Detected_Write()
|
|||||||
|
|
||||||
m_establishing = false;
|
m_establishing = false;
|
||||||
|
|
||||||
getsockopt(m_fd, SOL_SOCKET, SO_ERROR, (void*)&error, (int*) &len);
|
getsockopt(m_fd, SOL_SOCKET, SO_ERROR, (void*)&error, &len);
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user