Who knows?!
This commit is contained in:
parent
e2e66f3b6c
commit
76a7d0218d
@ -113,7 +113,7 @@ int Connector::Connect(const char* srv_addr, std::string name) {
|
|||||||
//std::cout << "Packet invalide." << std::endl;
|
//std::cout << "Packet invalide." << std::endl;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
currbuf = &currbuf[curr];
|
currbuf = &currbuf[curr + 1];
|
||||||
bytes -= curr;
|
bytes -= curr;
|
||||||
if (errors > 100)
|
if (errors > 100)
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user