ps_stop fonctionne
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user