Fixed compilation

This commit is contained in:
marcnava-42cursus
2026-02-09 22:48:12 +01:00
parent 084fa4759c
commit d39eca2c94
5 changed files with 26 additions and 26 deletions

View File

@@ -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);
}