_
This commit is contained in:
4
env/env_fill.c
vendored
4
env/env_fill.c
vendored
@ -31,7 +31,7 @@ static char *ft_getkey(const char *str)
|
||||
key = ft_strndup(str + 1, i - 1);
|
||||
}
|
||||
if (key == NULL)
|
||||
ft_eprintf("minishell: malloc failed\n");
|
||||
ft_eprintf("bozoshell: malloc failed\n");
|
||||
return (key);
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@ static char *ft_getvalue(t_data *data, char *key)
|
||||
value = ft_strdup(value);
|
||||
}
|
||||
if (value == NULL)
|
||||
ft_eprintf("minishell: malloc failed\n");
|
||||
ft_eprintf("bozoshell: malloc failed\n");
|
||||
return (value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user