[no ci] fix

This commit is contained in:
张皓晟 2025-11-23 15:32:06 +08:00
parent af823da627
commit 0bed561011

View File

@ -66,7 +66,7 @@ static void ManagedHeap__fire_debug_callback(ManagedHeap* self, ManagedHeapSwpet
if(s_freed == 0 && l_freed == 0) continue; if(s_freed == 0 && l_freed == 0) continue;
snprintf(line_buf, snprintf(line_buf,
sizeof(line_buf), sizeof(line_buf),
"[-%24s] small: %6d large: %6d\n", "[%-24s] small: %6d large: %6d\n",
type_name, type_name,
s_freed, s_freed,
l_freed); l_freed);