* Fixes.
* Added end process notification in motif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1034,8 +1034,10 @@ void wxSocketBase::WantSpeedBuffer(char *buffer, size_t nbytes,
|
||||
if (ret < 0) {
|
||||
m_lcount = 0;
|
||||
m_error = errno;
|
||||
} else
|
||||
} else {
|
||||
m_lcount = ret;
|
||||
m_error = 0;
|
||||
}
|
||||
}
|
||||
|
||||
void wxSocketBase::WantBuffer(char *buffer, size_t nbytes,
|
||||
|
Reference in New Issue
Block a user