summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop.c')
-rw-r--r--src/m_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_loop.c b/src/m_loop.c
index 8f3d8d3..8912284 100644
--- a/src/m_loop.c
+++ b/src/m_loop.c
@@ -145,7 +145,6 @@ uint8_t
if (fd == STDIN_FILENO)
m_handle_hist(hist, line, msh);
m_parse_and_run_line(line, msh);
- /* TODO: (null): Bad address on "msh ~> echo a > asd; cat < asd" but not on "msh ~> echo a > asd; cat asd" */
}
else
ft_memdel((void*)&line);