This commit is contained in:
lperrey
2021-12-22 17:27:15 +01:00
parent 523f560eab
commit 9e8d92e0b5

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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)