plop
corrected "ErrorError\n\n" problem when doubles are provided
This commit is contained in:
2
libft
2
libft
Submodule libft updated: 699dcef577...f798c9ce1d
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/02/25 12:44:08 by tmaze #+# #+# */
|
||||
/* Updated: 2019/03/20 12:27:42 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/03/20 16:49:01 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -65,6 +65,7 @@ int get_params(t_psdata *data, int ac, char **av, int viz)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ft_putendl_fd2("Error", 2))
|
||||
ft_putendl_fd("Error", 2);
|
||||
ps_stkclean(data);
|
||||
return (0);
|
||||
|
Reference in New Issue
Block a user