print more accurate

This commit is contained in:
starnakin 2024-07-30 14:56:41 +02:00
parent 99814d4f52
commit fe833fbfcb

View File

@ -85,7 +85,7 @@ void ft_free(void *ptr)
if (i > LARGE) if (i > LARGE)
{ {
// THROW ERROR // THROW ERROR
write(2, "block not found\n", 16); write(2, "chunk not found\n", 16);
} }
root = allocs_tree[i]; root = allocs_tree[i];