From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- libft/src/get_next_line.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/get_next_line.c') diff --git a/libft/src/get_next_line.c b/libft/src/get_next_line.c index 032ad95..59b650f 100644 --- a/libft/src/get_next_line.c +++ b/libft/src/get_next_line.c @@ -13,7 +13,6 @@ #include #include #include -#include #include static char *ft_strjoin_gnl(char *s1, char *s2) @@ -43,7 +42,7 @@ static int ft_read_gnl(int fd, char **line, t_gnl *curr) { char *buf; char *end; - int64_t size; + long size; if ((buf = malloc(BUFFER_SIZE + 1)) == NULL) return (-1); -- cgit v1.2.3