From: Martin Mares Date: Wed, 29 Aug 2007 21:09:48 +0000 (+0200) Subject: Fixed a bug. X-Git-Tag: holmes-import~506^2~13^2~76 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8cc8233fed6199da4e451b9517b14622291ec06c;p=libucw.git Fixed a bug. --- diff --git a/lib/sorter/govern.c b/lib/sorter/govern.c index 745f6b05..ba59a411 100644 --- a/lib/sorter/govern.c +++ b/lib/sorter/govern.c @@ -212,7 +212,7 @@ sorter_multiway(struct sort_context *ctx, struct sort_bucket *b) { ASSERT(join->runs == 2); join->runs--; - sbuck_drop(b); + sbuck_drop(p); } else clist_insert_after(&p->n, list_pos);