erratum
This commit is contained in:
parent
1065357e70
commit
ba6b383251
@ -1177,7 +1177,7 @@ void netprot::recvPacks(SOCKET sock, Buffer* buf, std::vector<char*>* lsPck) {
|
|||||||
end = 0;
|
end = 0;
|
||||||
char* cursor = nullptr,//buf->tmp ? buf->tmp : nullptr,
|
char* cursor = nullptr,//buf->tmp ? buf->tmp : nullptr,
|
||||||
* next = buf->ptr,//buf->tmp ? buf->tmp + 1 : buf->ptr,
|
* 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;
|
bool ended = true;
|
||||||
struct pollfd fds[1];
|
struct pollfd fds[1];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user