From 3bd4113489824501b386fe3d06d067724e40b6f9 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 22 Apr 2024 16:47:50 +0200 Subject: [PATCH] enorme fix --- srcs/input_redirections.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcs/input_redirections.c b/srcs/input_redirections.c index ed37b0e..9409645 100755 --- a/srcs/input_redirections.c +++ b/srcs/input_redirections.c @@ -6,7 +6,7 @@ /* By: marde-vr +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/05 18:15:27 by marde-vr #+# #+# */ -/* Updated: 2024/04/22 16:42:49 by tomoron ### ########.fr */ +/* Updated: 2024/04/22 16:47:40 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ @@ -65,6 +65,7 @@ int get_in_type(t_msh *msh, t_cmd *tokens) cur_token = tokens; if (cur_token && cur_token->cmd_type == PIPE) + { msh->in_type = PIPE; cur_token = cur_token->next; }