]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter.h
Fixxed test for ROLE=reap --> reap+watson
[libucw.git] / lib / sorter.h
index c33103dda48a4696807a76318968d8489f5aa2ad..3d31b65662c6f90d7d4aa4044b7d145a058df346 100644 (file)
@@ -304,7 +304,7 @@ P(presort)(struct fastbuf **fb1, struct fastbuf **fb2)
        {
          run_count++;
 #ifdef SORT_UP_TO
-         if (sorter_presort_bufsize < SORT_UP_TO)
+         if (sorter_presort_bufsize < (uns) SORT_UP_TO)
 #endif
            SWAP(out1, out2, tbuf);
          if (!out1)