Skip to content

Commit 56a553d

Browse files
committed
Wrong pattern for the debug warning
1 parent fa67334 commit 56a553d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YSI_Coding/y_malloc/y_malloc_funcs.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ stock Alloc:realloc(Alloc:slot, size, const bool:clear = false)
821821
p = slot;
822822
slot = Malloc_NextSlot(slot);
823823
}
824-
Debug_Print7("Malloc_Allocate: found: %d", slot, cs);
824+
Debug_Print7("Malloc_Allocate: found: %d %d", slot, cs);
825825
if (slot)
826826
{
827827
nextSlot = Malloc_NextSlot(slot);

0 commit comments

Comments
 (0)