mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 23:24:29 +00:00
fix strings, includes, the usual
This commit is contained in:
@@ -499,7 +499,7 @@ std::wstring Packet::readUtf(DataInputStream* dis,
|
||||
{
|
||||
short stringLength = dis->readShort();
|
||||
if (stringLength > maxLength) {
|
||||
wstringstream stream;
|
||||
std::wstringstream stream;
|
||||
stream << L"Received string length longer than maximum allowed ("
|
||||
<< stringLength << " > " << maxLength << ")";
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user