From a74536a5aacdc388a31702cf80847b554c6c27c4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Nov 1996 16:07:21 +0000 Subject: [PATCH] flower-1.0.8 --- flower/cursor.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/cursor.hh b/flower/cursor.hh index 4babf96545..6bd4e1895d 100644 --- a/flower/cursor.hh +++ b/flower/cursor.hh @@ -107,7 +107,7 @@ private: template inline int cursor_compare(Cursor a,Cursorb) { - return b-a; + return a-b; } template_instantiate_compare(Cursor, cursor_compare, template); -- 2.39.5