diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 20:30:58 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 20:30:58 +0200 |
commit | c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c (patch) | |
tree | c5a7655d5fa858da43b0c9e3f1f616d269aae172 /src/m_loop.c | |
parent | Work in progress, freed leak (diff) | |
download | 42-minishell-c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c.tar.gz 42-minishell-c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c.tar.bz2 42-minishell-c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c.tar.xz 42-minishell-c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c.tar.zst 42-minishell-c19bd35afdb45e49cebdfd96e7adb1e6fe477f0c.zip |
Double exit no more
Diffstat (limited to '')
-rw-r--r-- | src/m_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index fe3fbcd..143c25d 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -114,7 +114,6 @@ uint8_t /* TODO: (null): Bad address on "msh ~> echo a > asd; cat < asd" but not on "msh ~> echo a > asd; cat asd" */ /* TODO: GNL 25 leak on "msh ~> exit" | gl hf */ /* TODO: "msh ~> some command \": re GNL into ft_nrealloc */ - /* TODO: the chad pipes | */ /* TODO: a histfile would be nice */ } else |