From cfaf9947227065ce40661544dff9b3554ff5aca2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 17 Aug 2020 17:22:24 +0200 Subject: Set libft/ft_is* to type t_bool --- src/e_externs_pipes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/e_externs_pipes.c') diff --git a/src/e_externs_pipes.c b/src/e_externs_pipes.c index e1518fa..858e60f 100644 --- a/src/e_externs_pipes.c +++ b/src/e_externs_pipes.c @@ -153,7 +153,7 @@ void i = 0; while (rptr != NULL) { - if (ft_ischarset("/.", rptr->com->bin[0])) + if (ft_ischarset("/.", rptr->com->bin[0]) == TRUE) { if ((fullpath[i] = ft_strdup(rptr->com->bin)) == NULL) f_alloc_and_destroy_msh(msh); -- cgit v1.2.3