From 6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 17 Oct 2019 09:09:41 +0200 Subject: More protection - substr if start > str length - all list functions check for NULL reference - not modifying const pointers --- ft_atoi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ft_atoi.c') diff --git a/ft_atoi.c b/ft_atoi.c index 5fbbf47..24c81c2 100644 --- a/ft_atoi.c +++ b/ft_atoi.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 09:46:16 by cacharle #+# #+# */ -/* Updated: 2019/10/07 14:04:17 by cacharle ### ########.fr */ +/* Updated: 2019/10/17 08:04:04 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit