finish the disorder

This commit is contained in:
Maoake Teriierooiterai
2026-01-12 12:37:56 +01:00
parent 69dc80e498
commit ccccc3b640
10 changed files with 28 additions and 19 deletions

View File

@@ -102,9 +102,9 @@ void flags(int pos, int pos_b, char **argv, t_stacks *stacks)
else if (ft_strncmp(argv[pos], "--complex", 30) && pos > 0)
complex(stacks);
else if (ft_strncmp(argv[pos], "--adaptive", 30) && pos > 0)
adaptive(stacks);
adaptive(stacks, argv);
else
adaptive(stacks);
adaptive(stacks, argv);
if (pos_b > 0)
stacks->bench = 1;
}