Tuner shouldn't try to find really bad implementations
[satune.git] / src / Tuner / multituner.cc
index 51034140e5459e162a74e2ca6841989a3432c9b9..e0fee46074f5656e7df7fd9bba9cd4a7ba5e18a1 100644 (file)
@@ -274,7 +274,7 @@ void MultiTuner::tuneComp() {
                                int tscore = 0;
                                if (scores.contains(t))
                                        tscore = scores.get(t);
-                               if (score < tscore)
+                               if (score > tscore)
                                        break;
                        }
                        DEBUG("ranking[%u]=tuner<%p>(Score=%d)\n", j, tuner, score);