mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 17:28:07 +00:00
You shall fix ze bugs you shall ve happy
This commit is contained in:
@@ -58,7 +58,7 @@ void BufferedOutputStream::write(byteArray b, unsigned int offset, unsigned int
|
||||
{
|
||||
for(unsigned int i = 0; i < length; i++ )
|
||||
{
|
||||
write( b[offset+i] );
|
||||
write( static_cast<unsigned int>(b[offset+i]));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -84,4 +84,4 @@ void BufferedOutputStream::write(unsigned int b)
|
||||
{
|
||||
flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user