diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |