From ce374b5d6bc2a383c42d28d3523e5489b5fb090e Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 10 Oct 2019 11:34:40 +0200 Subject: Added null character in some place and it works until it doesnt --- get_next_line.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'get_next_line.h') diff --git a/get_next_line.h b/get_next_line.h index 6d55f61..fb74ea3 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/09 13:52:59 by cacharle #+# #+# */ -/* Updated: 2019/10/10 10:19:54 by cacharle ### ########.fr */ +/* Updated: 2019/10/10 11:26:10 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,7 +14,7 @@ # define GET_NEXT_LINE_H # ifndef BUFFER_SIZE -# define BUFFER_SIZE (15) +# define BUFFER_SIZE 32 # endif # define LINE_READ 1 -- cgit