glhf pour les conflits

This commit is contained in:
2024-04-25 13:50:19 +02:00
parent 7f85951e43
commit fe095d4b1f
10 changed files with 31 additions and 21 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 10:58:36 by marde-vr #+# #+# */
/* Updated: 2024/04/24 10:59:12 by marde-vr ### ########.fr */
/* Updated: 2024/04/25 13:49:47 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -56,9 +56,11 @@ void sort_env(t_env *env)
void print_env_declare(t_msh *msh, t_env *env_orig)
{
t_env *env;
t_env *start;
env = dup_env(env_orig);
sort_env(env);
start = env;
if (!msh->out_fd)
msh->out_fd = 1;
while (env)