mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-05-30 23:16:37 +00:00
Some code updates
This commit is contained in:
@@ -20,7 +20,7 @@ ByteArrayOutputStream::ByteArrayOutputStream(unsigned int size)
|
||||
|
||||
ByteArrayOutputStream::~ByteArrayOutputStream()
|
||||
{
|
||||
if (buf.data != NULL)
|
||||
if (buf.data != nullptr)
|
||||
{
|
||||
delete[] buf.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user