X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2Fsorter.h;h=89cf9f0df7f4e5b5160658d5a0b99f8747943ff7;hb=969ce845f3bf35bb7423bac705d46196bb863e72;hp=39bdcb97a7a2d3cf7a995f2da43de4a830e318d3;hpb=f0459952ab7a84b2a2e16ee38456087b0986a228;p=libucw.git diff --git a/lib/sorter/sorter.h b/lib/sorter/sorter.h index 39bdcb97..89cf9f0d 100644 --- a/lib/sorter/sorter.h +++ b/lib/sorter/sorter.h @@ -241,6 +241,7 @@ static struct fastbuf *P(sort)( #endif ctx.internal_sort = P(internal); + ctx.internal_estimate = P(internal_estimate); ctx.twoway_merge = P(twoway_merge); sorter_run(&ctx);