From f498fb6dbbeab4b2993b834a6abd41ba8c2ed316 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 22 Oct 2020 19:58:27 +0200 Subject: On the way but norm this shit --- src/m_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_comm.c') diff --git a/src/m_comm.c b/src/m_comm.c index 3580403..7dc574d 100644 --- a/src/m_comm.c +++ b/src/m_comm.c @@ -24,7 +24,7 @@ uint8_t m_comm(const char line[], t_msh *msh) if (line[0] != '\0') { p_line((char*)line, msh); - e_line(msh); + e_line_block(msh); s_line_clear(&msh->curr); } else -- cgit v1.2.3