diff options
Diffstat (limited to 'src/e_externs_pipes.c')
-rw-r--r-- | src/e_externs_pipes.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |