Fixed compilation
This commit is contained in:
@@ -106,7 +106,7 @@ static char *get_path_from_env(
|
||||
path = get_env(env_name, msh);
|
||||
if (path == NULL)
|
||||
{
|
||||
ft_eputendl(error);
|
||||
ft_eputendl((char *)error);
|
||||
*status = EXIT_FAILURE;
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user