X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fs-twoway.h;h=ab4027849c65ba70ca76b331900dcac78aa3fcfd;hb=6912c77a66798de162fe31f79581cd7b5c97f12c;hp=ef23a2e9339806b51bc2622379e0b9c6417d24d2;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/sorter/s-twoway.h b/ucw/sorter/s-twoway.h index ef23a2e9..ab402784 100644 --- a/ucw/sorter/s-twoway.h +++ b/ucw/sorter/s-twoway.h @@ -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; - uns run_count = 0; + uint run_count = 0; fin1 = sbuck_read(ins[0]); next1 = P(read_key)(fin1, kin1);