diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.cc b/src/reel.cc index d3e2a850..29ce9038 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -185,7 +185,7 @@ Reel::equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, NoteHand return false; } - if (_main_markers && !_main_markers->equals (other->_main_markers, opt, note)) { + if (_main_markers && (!other->_main_markers || !_main_markers->equals (other->_main_markers, opt, note))) { return false; } |
