Fix bench write size

This commit is contained in:
2026-01-14 12:04:51 +01:00
parent 6b5347c997
commit 2c805c9506
2 changed files with 5 additions and 5 deletions

View File

@@ -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;