From: Han-Wen Nienhuys Date: Fri, 5 May 2006 14:19:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.9.4~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=480562a839cf42dd9c59cf78fc73da59faf42c24;p=lilypond.git *** empty log message *** --- diff --git a/flower/include/std-vector.hh b/flower/include/std-vector.hh index fd7f963dba..83e58d299c 100644 --- a/flower/include/std-vector.hh +++ b/flower/include/std-vector.hh @@ -24,7 +24,7 @@ int default_compare (T const &a, T const &b) { if (a < b) return -1; - else if (a > b) + else if (b < a) return 1; else return 0;