From: Michael Schroeder Date: Sat, 10 Nov 2007 23:32:47 +0000 (+0000) Subject: - oops, I wonder why the testsuite doesn't catch typos like that... X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcc970452fec9926f590f635de7a891fa18c9f1e;p=thirdparty%2Flibsolv.git - oops, I wonder why the testsuite doesn't catch typos like that... --- diff --git a/src/policy.c b/src/policy.c index 19b98304..ba9724e3 100644 --- a/src/policy.c +++ b/src/policy.c @@ -321,7 +321,7 @@ policy_filter_unwanted(Solver *solv, Queue *plist, Id inst, int mode) if (plist->count > 1) prune_to_best_arch(pool, plist); if (plist->count > 1) - prune_to_best_arch(pool, plist); + prune_to_best_version(pool, plist); }