diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-08-31 18:05:00 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-08-31 18:05:00 +0200 |
commit | 2ae54586f6dd2381e15b54fd510c7303e7ce366e (patch) | |
tree | ccffabdd60160902c1e0b543ba260db0b3da83df /src/m_loop.c | |
parent | start normng (diff) | |
download | 42-minishell-2ae54586f6dd2381e15b54fd510c7303e7ce366e.tar.gz 42-minishell-2ae54586f6dd2381e15b54fd510c7303e7ce366e.tar.bz2 42-minishell-2ae54586f6dd2381e15b54fd510c7303e7ce366e.tar.xz 42-minishell-2ae54586f6dd2381e15b54fd510c7303e7ce366e.tar.zst 42-minishell-2ae54586f6dd2381e15b54fd510c7303e7ce366e.zip |
it all failed ?
Diffstat (limited to '')
-rw-r--r-- | src/m_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index 9df2fce..39d8452 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -39,6 +39,7 @@ uint8_t int8_t gnl; gnl = 1; + c_init_tcaps(); while (gnl > 0) { if (fd == STDIN_FILENO) |