This commit is contained in:
Khaïs COLIN 2024-11-08 15:09:12 +01:00
parent 607a121ced
commit 80f0b560ce
3 changed files with 22 additions and 22 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/23 20:23:21 by kcolin #+# #+# */
/* Updated: 2024/11/06 16:51:35 by kcolin ### ########.fr */
/* Updated: 2024/11/08 14:58:43 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
@ -17,7 +17,7 @@
# include <unistd.h>
# ifndef BUFFER_SIZE
# define BUFFER_SIZE 1024
# define BUFFER_SIZE 1023
# endif
# if BUFFER_SIZE <= 0
# error BUFFER_SIZE must be at least 1