From: fred Date: Sun, 24 Nov 1996 16:07:21 +0000 (+0000) Subject: flower-1.0.8 X-Git-Tag: release/1.5.59~6762 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a74536a5aacdc388a31702cf80847b554c6c27c4;p=lilypond.git flower-1.0.8 --- 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);