This commit is contained in:
MarcEricMartel 2023-12-16 15:05:26 -05:00
parent 1065357e70
commit ba6b383251

View File

@ -1177,7 +1177,7 @@ void netprot::recvPacks(SOCKET sock, Buffer* buf, std::vector<char*>* lsPck) {
end = 0;
char* cursor = nullptr,//buf->tmp ? buf->tmp : nullptr,
* next = buf->ptr,//buf->tmp ? buf->tmp + 1 : buf->ptr,
* last = buf->ptr,//buf->tmp ? buf->tmp : buf->ptr;
* last = buf->ptr;//buf->tmp ? buf->tmp : buf->ptr;
bool ended = true;
struct pollfd fds[1];