diff --git a/srcs/parsing/redirections/here_doc.c b/srcs/parsing/redirections/here_doc.c index 60d756b..bde11fe 100644 --- a/srcs/parsing/redirections/here_doc.c +++ b/srcs/parsing/redirections/here_doc.c @@ -6,7 +6,7 @@ /* By: lperrey +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2021/11/11 18:46:43 by lperrey #+# #+# */ -/* Updated: 2021/12/22 14:16:45 by lperrey ### ########.fr */ +/* Updated: 2021/12/22 17:04:47 by lperrey ### ########.fr */ /* */ /* ************************************************************************** */ @@ -76,7 +76,7 @@ static int here_doc_write_interactive(char *delimiter, int doc_fd) { char *line; size_t line_len; - + line = NULL; g_switch_heredoc_sigint = 0; while (1)