This commit is contained in:
MarcEricMartel 2023-11-06 14:07:38 -05:00
parent 9b9e2b3f1f
commit d49d5cdebc

View File

@ -1014,6 +1014,7 @@ std::vector<char*> netprot::recvPacks(SOCKET sock, Buffer* buf, Buffer* outbuf)
}
}
else {
if (!outbuf)
buf->tmp = last;
cursor = &buf->ptr[len];
next = cursor + 1;