mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Fix all overloaded Csock::ReadData() functions
CSocket changes the prototype, we follow. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1767 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ void CDCCBounce::ReachedMaxBuffer() {
|
||||
Close();
|
||||
}
|
||||
|
||||
void CDCCBounce::ReadData(const char* data, int len) {
|
||||
void CDCCBounce::ReadData(const char* data, size_t len) {
|
||||
size_t BufLen;
|
||||
|
||||
if (m_pPeer) {
|
||||
|
||||
Reference in New Issue
Block a user