From 480562a839cf42dd9c59cf78fc73da59faf42c24 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 5 May 2006 14:19:18 +0000 Subject: [PATCH] *** empty log message *** --- flower/include/std-vector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2