From 515c77bb410d6d2e10d8f11de3ee4986739757ee Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 27 Aug 2020 16:05:40 +0200 Subject: TODO update --- src/e_externs_pipes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/e_externs_pipes.c') diff --git a/src/e_externs_pipes.c b/src/e_externs_pipes.c index 320b31d..6f24435 100644 --- a/src/e_externs_pipes.c +++ b/src/e_externs_pipes.c @@ -44,7 +44,7 @@ static uint8_t } static void - e_extern_child(const char *fullpath, + e_pipe_child(const char *fullpath, t_com *ptr, t_msh *msh) { @@ -119,7 +119,7 @@ static void close(fd[j][FT_READ_END]); j++; } - e_extern_child(fullpath[i], head->com, msh); + e_pipe_child(fullpath[i], head->com, msh); } head = head->next; i++; -- cgit v1.2.3