mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
fix files
This commit is contained in:
@@ -23,7 +23,7 @@ static void print_disorder(t_stacks *stacks)
|
||||
nbr = (int) stacks->disorder * 10000;
|
||||
str = ft_itoa(nbr);
|
||||
if (!str)
|
||||
exit ( EXIT_FAILURE );
|
||||
exit (EXIT_FAILURE);
|
||||
secure_write(2, "[bench] disorder: ", 18);
|
||||
if (ft_strlen(str) == 2)
|
||||
secure_write(2, "0", 1);
|
||||
|
||||
Reference in New Issue
Block a user