/* By: ljiriste <ljiriste@student.42prague.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/21 08:57:54 by ljiriste #+# #+# */
-/* Updated: 2024/07/21 20:00:06 by ljiriste ### ########.fr */
+/* Updated: 2024/07/21 20:31:47 by ljiriste ### ########.fr */
/* */
/* ************************************************************************** */
ft_vec_free(&expanded_str, NULL);
return (NULL);
}
- res = ft_split(expanded_str.vec, ' ');
+ res = ft_split(expanded_str.vec, " ");
ft_vec_free(&expanded_str, NULL);
return (res);
}