This commit is contained in:
Бранимир Караџић 2022-06-20 21:16:17 -07:00
parent f8f394bdf2
commit 296ed0a81e
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public:
if (kNaturalAlignment >= _align)
{
intptr_t _ptrOld = (intptr_t) _ptr;
intptr_t _ptrOld = intptr_t(_ptr);
void* ptr = ::realloc(_ptr, _size);
bx::debugPrintf("%s(%d): REALLOC %p (old %p) of %d byte(s)\n", _file, _line, ptr, _ptrOld, _size);