]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/s-fixint.h
Convert the most important users of arraysort.h to sorter/array.h.
[libucw.git] / lib / sorter / s-fixint.h
index d901a064d34d4881a8393835b90e652b81f37335..9787a682010b1a8c88659acd4eb4543a6daca8bc 100644 (file)
@@ -72,11 +72,9 @@ static int P(internal)(struct sort_context *ctx, struct sort_bucket *bin, struct
        stk_fsize(n * P(internal_workspace)()));
   timestamp_t timer;
   init_timer(&timer);
-  buf = P(array_sort)(buf, n,
+  buf = P(array_sort)(buf, n
 #ifdef SORT_INTERNAL_RADIX
-    workspace, bin->hash_bits
-#else
-    NULL, 0
+    , workspace, bin->hash_bits
 #endif
     );
   ctx->total_int_time += get_timer(&timer);