From: Martin Mares Date: Wed, 19 Sep 2007 21:41:07 +0000 (+0200) Subject: Fix the swapping bug, this time correctly. X-Git-Tag: holmes-import~506^2~13^2~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d0f5eb11af9a0392d9cff0c6e8c8fab538938dd3;p=libucw.git Fix the swapping bug, this time correctly. --- 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