diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 12:48:58 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 12:48:58 +0200 |
commit | a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03 (patch) | |
tree | e81c270dbe4c7b56aa385a426081b4218f9b26fb /src/ft_p_lcom.c | |
parent | It's not working at all (diff) | |
download | 42-minishell-a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03.tar.gz 42-minishell-a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03.tar.bz2 42-minishell-a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03.tar.xz 42-minishell-a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03.tar.zst 42-minishell-a6bf9c5397fe58a1a344c791cd4aeebb8eb46f03.zip |
Ok but not ok
Diffstat (limited to 'src/ft_p_lcom.c')
-rw-r--r-- | src/ft_p_lcom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c index aec344f..45fcf17 100644 --- a/src/ft_p_lcom.c +++ b/src/ft_p_lcom.c @@ -118,6 +118,7 @@ int8_t ft_rdr_err_check(ptr, link); if (ft_get_rdrpath(ptr, link) != 0) return (-1); + /* TODO: don't check files here, check at run-time */ ft_check_redir_file(link); } return (0); |