diff options
Diffstat (limited to 'src/ft_s_lcom.c')
-rw-r--r-- | src/ft_s_lcom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft_s_lcom.c b/src/ft_s_lcom.c index 7a72378..6661b1e 100644 --- a/src/ft_s_lcom.c +++ b/src/ft_s_lcom.c @@ -105,9 +105,10 @@ t_lcom link->com = NULL; link->args = NULL; link->rdrpath = NULL; + /* TODO: redirections here */ + ft_get_redir(&link); if (!(words = ft_split(word, ' '))) return (NULL); - /* TODO: redirections here */ if (ft_fill_lcom(words, &link) < 0) { ft_delwords(words); |