print more accurate
This commit is contained in:
@ -85,7 +85,7 @@ void ft_free(void *ptr)
|
||||
if (i > LARGE)
|
||||
{
|
||||
// THROW ERROR
|
||||
write(2, "block not found\n", 16);
|
||||
write(2, "chunk not found\n", 16);
|
||||
}
|
||||
|
||||
root = allocs_tree[i];
|
||||
|
Reference in New Issue
Block a user