use correct initial value of AudioClock::_limit_pos

This commit is contained in:
Paul Davis 2020-12-01 22:33:30 -07:00
parent eec4addcd5
commit c2d197a103
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ AudioClock::AudioClock (const string& clock_name, bool transient, const string&
, _edit_by_click_field (false)
, _negative_allowed (false)
, edit_is_negative (false)
, _limit_pos (INT64_MAX - 1)
, _limit_pos (timepos_t::max (Temporal::AudioTime))
, _with_info (with_info)
, editing_attr (0)
, foreground_attr (0)