13
0

fix typo in auditioner-seek

This commit is contained in:
Robin Gareus 2014-01-17 00:25:32 +01:00
parent b4462b3d22
commit 0479405e2f

View File

@ -214,7 +214,7 @@ restart:
frameoffset_t audition_seek;
if (should_run && _session.is_auditioning()
&& (audition_seek = _session.the_auditioner()->seek_frame()) > 0) {
&& (audition_seek = _session.the_auditioner()->seek_frame()) >= 0) {
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (_session.the_auditioner());
tr->seek(audition_seek);
_session.the_auditioner()->seek_response(audition_seek);