bugfix, pipeline must continue if expand_redirection() fail
+ ft_perror_io() delete
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
|
||||
/* Updated: 2021/12/10 18:46:48 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/12/11 20:59:40 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -87,7 +87,6 @@ t_list *ft_lstbeforelast(t_list *lst);
|
||||
void *ft_lstnew_generic(size_t lst_size, size_t content_size);
|
||||
typedef void *(*t_dup_f)(void *);
|
||||
void *ft_dup_2d_arr(void *ptr, void *(*dup_func)(void *));
|
||||
void ft_perror_io(char *err_str, char *io_file);
|
||||
int ft_reti_perror_io(int ret, char *err_str, char *io_file);
|
||||
void ft_free_null(void *ptr);
|
||||
char *ft_getenv(char *env_var);
|
||||
|
||||
Reference in New Issue
Block a user