Fix crash on reading meta event.
git-svn-id: svn://localhost/ardour2/branches/3.0@4586 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -358,7 +358,7 @@ Sequence<Time>::const_iterator::operator++()
|
||||
#ifdef DEBUG_SEQUENCE
|
||||
cerr << "Iterator = SysEx" << endl;
|
||||
#endif
|
||||
*_event =*(*_sysex_iter);
|
||||
*_event = *(*_sysex_iter);
|
||||
++_sysex_iter;
|
||||
} else {
|
||||
#ifdef DEBUG_SEQUENCE
|
||||
|
||||
Reference in New Issue
Block a user