From d0f5eb11af9a0392d9cff0c6e8c8fab538938dd3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 19 Sep 2007 23:41:07 +0200 Subject: [PATCH] Fix the swapping bug, this time correctly. --- lib/sorter/array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sorter/array.c b/lib/sorter/array.c index 43b02fab..6d655600 100644 --- a/lib/sorter/array.c +++ b/lib/sorter/array.c @@ -460,7 +460,6 @@ asort_run(struct asort_context *ctx) { ASORT_XTRACE(2, "Decided to use parallel radix-sort (swap=%d)", swap); threaded_radixsort(ctx, swap); - return; } else #endif -- 2.39.2