From 988090ac0de3cc7a57e3cd8dd76ffc43efd2fc46 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 10 Oct 2019 16:40:01 +0200 Subject: Work with not newline terminated fildes - 3 tests of moulitest still red - get_next_line has 30 lines --- get_next_line_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_next_line_utils.c') diff --git a/get_next_line_utils.c b/get_next_line_utils.c index c48c62f..b80e327 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/08 08:52:59 by cacharle #+# #+# */ -/* Updated: 2019/10/10 09:29:53 by cacharle ### ########.fr */ +/* Updated: 2019/10/10 16:39:08 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit