diff options
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); |