diff --git a/ex5/ft_split.c b/ex5/ft_split.c index 6a9fca9..4fe8151 100644 --- a/ex5/ft_split.c +++ b/ex5/ft_split.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/18 10:29:59 by lclerel- #+# #+# */ -/* Updated: 2026/03/19 11:24:57 by lclerel- ### ########.fr */ +/* Updated: 2026/03/19 11:42:51 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -100,7 +100,7 @@ char **ft_split(char *str, char *charset) int i; int j; - res = ft_split("Je Test.Cette+Carrote#Pas-Folle", " .+#-"); + res = ft_split("Ceci Est+Un-Test^Fait/Par&Lumi.", " ^+/-*&"); i = 0; while (res[i]) {