_
This commit is contained in:
@ -20,7 +20,7 @@ static int ft_replace(char **str, size_t i)
|
||||
free(*str);
|
||||
if (temp == NULL)
|
||||
{
|
||||
ft_eprintf("minishell: malloc failed\n");
|
||||
ft_eprintf("bozoshell: malloc failed\n");
|
||||
return (1);
|
||||
}
|
||||
*str = temp;
|
||||
|
Reference in New Issue
Block a user