diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 15:30:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 15:30:51 +0200 |
commit | a28466680bf506756202197070e2836904009670 (patch) | |
tree | ff370f94779b3a1612d451b958d84585ca83ce32 /src/p_redirs_heredoc.c | |
parent | Renormed (diff) | |
download | 42-minishell-a28466680bf506756202197070e2836904009670.tar.gz 42-minishell-a28466680bf506756202197070e2836904009670.tar.bz2 42-minishell-a28466680bf506756202197070e2836904009670.tar.xz 42-minishell-a28466680bf506756202197070e2836904009670.tar.zst 42-minishell-a28466680bf506756202197070e2836904009670.zip |
Normed p_heredoc
Diffstat (limited to 'src/p_redirs_heredoc.c')
-rw-r--r-- | src/p_redirs_heredoc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_redirs_heredoc.c b/src/p_redirs_heredoc.c index 6ba06f1..95aefa6 100644 --- a/src/p_redirs_heredoc.c +++ b/src/p_redirs_heredoc.c @@ -63,7 +63,6 @@ char *p_get_heredoc(const char path[], const int8_t redir, t_msh *msh) break ; p_append_line(&heredoc, line); ft_memdel((void*)&line); - } if (gnl > 0) ft_memdel((void*)&line); |