13
0

tentative fix for stop-transport not working after a locate at loop end

This commit is contained in:
Paul Davis 2020-01-23 23:41:23 -07:00
parent 201d7cb2fd
commit 72e385af46

View File

@ -439,7 +439,7 @@ TransportFSM::locate_for_loop (Event const & l)
DEBUG_TRACE (DEBUG::TFSMEvents, string_compose ("locate_for_loop, wl = %1\n", l.for_loop_end));
const bool should_roll = compute_should_roll (l.ltd);
current_roll_after_locate_status = should_roll;
_last_locate = l;
api->locate (l.target, should_roll, l.with_flush, l.for_loop_end, l.force);
}