diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-20 08:33:30 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-20 08:33:30 +0200 |
| commit | 1e754c1256dfe2380fa8933802ea9b4e5518be48 (patch) | |
| tree | 5e32f09e58e2d17239c62a8c66836979c343d283 /get_next_line.h | |
| parent | 891dce09989e8ede692d4a6c23e7a208b09ca4d6 (diff) | |
| download | get_next_line-1e754c1256dfe2380fa8933802ea9b4e5518be48.tar.gz get_next_line-1e754c1256dfe2380fa8933802ea9b4e5518be48.tar.bz2 get_next_line-1e754c1256dfe2380fa8933802ea9b4e5518be48.zip | |
Passed moulitest large_file test
Diffstat (limited to 'get_next_line.h')
| -rw-r--r-- | get_next_line.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/get_next_line.h b/get_next_line.h index 15f9475..6a08080 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/09 13:52:59 by cacharle #+# #+# */ -/* Updated: 2019/10/20 07:39:00 by cacharle ### ########.fr */ +/* Updated: 2019/10/20 08:28:34 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,7 +14,7 @@ # define GET_NEXT_LINE_H # ifndef BUFFER_SIZE -# define BUFFER_SIZE 100 +# define BUFFER_SIZE 66 # endif # define LINE_READ 1 |
