mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
Fix bench write size
This commit is contained in:
@@ -52,7 +52,6 @@ void adaptive(t_stacks *stacks, char **tab)
|
||||
float disorder;
|
||||
|
||||
i = 0;
|
||||
stacks->algo = 4;
|
||||
while (!ft_isdigit(tab[i][0]) && tab[i])
|
||||
i++;
|
||||
disorder = stacks->disorder;
|
||||
|
||||
Reference in New Issue
Block a user