]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/sort-test.c
Convert the most important users of arraysort.h to sorter/array.h.
[libucw.git] / lib / sorter / sort-test.c
index 92f8d9b762d861574d9b13972affe5e8a15f0432..71c6a12ff75790b82bfeb6d2c216352fe94ea6fa 100644 (file)
@@ -468,7 +468,7 @@ static int s5_presort(struct fastbuf *dest, void *buf, size_t bufsize)
     n++;
   if (!n)
     return 0;
     n++;
   if (!n)
     return 0;
-  s5p_sort(a, n, NULL, 0);
+  s5p_sort(a, n);
   uns i = 0;
   while (i < n)
     {
   uns i = 0;
   while (i < n)
     {