From d324d8b4fbdd9ca4e5426f34ea0f97d60b92e898 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 7 May 2020 14:33:49 +0200 Subject: UFS reinstall, will finish pipes later --- src/ft_m_loop.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ft_m_loop.c') diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c index e44c85c..3f40fba 100644 --- a/src/ft_m_loop.c +++ b/src/ft_m_loop.c @@ -102,10 +102,10 @@ uint8_t { ft_p_line(line, msh); ft_memdel((void*)&line); - ft_e_lcom(msh); - ft_lcom_clear(&msh->curr); - } - else + ft_e_lcom(msh); + ft_lcom_clear(&msh->curr); + } + else { ft_m_loop_cont(msh, line, quote, 1); if (line != NULL) -- cgit v1.2.3