mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-05-30 17:45:59 +00:00
NULL to nullptr
This commit is contained in:
@@ -135,7 +135,7 @@ __int64 ByteArrayInputStream::skip(__int64 n)
|
||||
|
||||
ByteArrayInputStream::~ByteArrayInputStream()
|
||||
{
|
||||
if (buf.data != NULL)
|
||||
if (buf.data != nullptr)
|
||||
{
|
||||
delete[] buf.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user