Merge pull request #15 from mabrand/fix-sendRawNonBlocking

remove stray argument from windowsSocket::sendRawNonBlocking
This commit is contained in:
Vincent Richard 2012-11-30 00:41:35 -08:00
commit f2c94976be

View File

@ -270,7 +270,7 @@ void windowsSocket::sendRaw(const char* buffer, const size_type count)
}
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count, const bool block)
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count)
{
m_status &= ~STATUS_WOULDBLOCK;