mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 00:17:12 +00:00
You shall fix ze bugs you shall ve happy
This commit is contained in:
@@ -138,7 +138,7 @@ bool DataInputStream::readFully(byteArray b)
|
||||
}
|
||||
else
|
||||
{
|
||||
b[i] = byteRead;
|
||||
b[i] = static_cast<std::byte>(byteRead);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
@@ -543,4 +543,4 @@ __int64 DataInputStream::skip(__int64 n)
|
||||
int DataInputStream::skipBytes(int n)
|
||||
{
|
||||
return skip(n);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user