]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/sorter.h
Created a local TODO list.
[libucw.git] / lib / sorter / sorter.h
index 39bdcb97a7a2d3cf7a995f2da43de4a830e318d3..89cf9f0df7f4e5b5160658d5a0b99f8747943ff7 100644 (file)
@@ -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);