From f51e891abeb7459a236e5b74d3a864834c5c8a80 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Mar 2020 17:08:57 +0200 Subject: The greatest --- src/ft_sort_s_t.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ft_sort_s_t.c') diff --git a/src/ft_sort_s_t.c b/src/ft_sort_s_t.c index 00627e5..433fd07 100644 --- a/src/ft_sort_s_t.c +++ b/src/ft_sort_s_t.c @@ -114,13 +114,11 @@ static void { j = -1; while (++j < 4) + { tmp[j] = cl->big_t[i][j]; - j = -1; - while (++j < 4) cl->big_t[i][j] = cl->big_t[i + 1][j]; - j = -1; - while (++j < 4) cl->big_t[i + 1][j] = tmp[j]; + } i = -1; } i++; -- cgit v1.2.3