]> mj.ucw.cz Git - libucw.git/commitdiff
Fix the swapping bug, this time correctly.
authorMartin Mares <mj@ucw.cz>
Wed, 19 Sep 2007 21:41:07 +0000 (23:41 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 19 Sep 2007 21:41:07 +0000 (23:41 +0200)
lib/sorter/array.c

index 43b02fabb9cad171b535c883117e30a94cf1ccb1..6d6556005daf584a62e73ec708d19d14c5e36009 100644 (file)
@@ -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