print more accurate
This commit is contained in:
parent
99814d4f52
commit
fe833fbfcb
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user