|
|
@@ -43,7 +43,7 @@ StackAllocator::StackAllocator(void* start, size_t size) :
|
|
|
StackAllocator::~StackAllocator()
|
|
|
{
|
|
|
CE_ASSERT(m_allocation_count == 0 && allocated_size() == 0,
|
|
|
- "Missing %d deallocations causing a leak of %d bytes", m_allocation_count, allocated_size());
|
|
|
+ "Missing %d deallocations causing a leak of %ld bytes", m_allocation_count, allocated_size());
|
|
|
}
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|