]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/s-twoway.h
Merge branch 'dev-uint'
[libucw.git] / ucw / sorter / s-twoway.h
index ef23a2e9339806b51bc2622379e0b9c6417d24d2..ab4027849c65ba70ca76b331900dcac78aa3fcfd 100644 (file)
@@ -15,7 +15,7 @@ static void P(twoway_merge)(struct sort_context *ctx UNUSED, struct sort_bucket
   P(key) *kout = NULL, *ktmp;
   int next1, next2, run1, run2;
   int comp;
   P(key) *kout = NULL, *ktmp;
   int next1, next2, run1, run2;
   int comp;
-  uns run_count = 0;
+  uint run_count = 0;
 
   fin1 = sbuck_read(ins[0]);
   next1 = P(read_key)(fin1, kin1);
 
   fin1 = sbuck_read(ins[0]);
   next1 = P(read_key)(fin1, kin1);