diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-21 16:11:33 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-21 16:11:33 +0200 |
commit | fd7a2ba757e6382ce377e9f53fcff0c483099caa (patch) | |
tree | 6d5235b58ffa7466cb8d54a9573b3f9ef09c169d /src/c_utils.c | |
parent | lets fucking go (diff) | |
download | 42-minishell-fd7a2ba757e6382ce377e9f53fcff0c483099caa.tar.gz 42-minishell-fd7a2ba757e6382ce377e9f53fcff0c483099caa.tar.bz2 42-minishell-fd7a2ba757e6382ce377e9f53fcff0c483099caa.tar.xz 42-minishell-fd7a2ba757e6382ce377e9f53fcff0c483099caa.tar.zst 42-minishell-fd7a2ba757e6382ce377e9f53fcff0c483099caa.zip |
DEL MULTILIGNEED
Diffstat (limited to 'src/c_utils.c')
-rw-r--r-- | src/c_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_utils.c b/src/c_utils.c index 96a9c2b..dc9522d 100644 --- a/src/c_utils.c +++ b/src/c_utils.c @@ -24,7 +24,7 @@ /* ** TODO: -** MULTILIGHNE (reprint correct) +** REPRINT edit ** FLECHES UP DOWN ** C-c globul pid ** NORME @@ -132,7 +132,7 @@ int16_t uint32_t len; uint32_t mod; int16_t ret; - int16_t nlines; + uint32_t nlines; i = 0; nlines = c_get_line_num(line, tcaps->cpos, ft_strlen(msh->ps[0]), tcaps); |