mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
Merge branch 'master' of github.com:DavidGailleton/42-Push_Swap into playtest
This commit is contained in:
@@ -34,6 +34,7 @@ static void print_disorder(t_stacks *stacks)
|
||||
secure_write(2, "0", 1);
|
||||
secure_write(2, &str[ft_strlen(str) - 2], ft_strlen(str) - 2);
|
||||
secure_write(2, "%\n", 2);
|
||||
stacks->disorder /= 10000;
|
||||
free(str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user