ps_stop fonctionne

This commit is contained in:
hugogogo
2021-06-11 20:56:15 +02:00
parent 9ddf8ab304
commit 1993a9a85d
11 changed files with 33 additions and 25 deletions

View File

@@ -7,6 +7,6 @@ t_list *sort_algo(t_stack *stack)
(void)stack;
t_list *lst;
lst = ft_lstnew("solution");
lst = ft_lstnew(ft_strdup("solution"));
return (lst);
}