fix locate to wallclock fix for PM (>= 2^31 samples)
This commit is contained in:
parent
a99fa7170c
commit
041b31d7c6
@ -1971,7 +1971,7 @@ ARDOUR_UI::transport_goto_wallclock ()
|
||||
time (&now);
|
||||
localtime_r (&now, &tmnow);
|
||||
|
||||
int frame_rate = _session->frame_rate();
|
||||
framecnt_t frame_rate = _session->frame_rate();
|
||||
|
||||
if (frame_rate == 0) {
|
||||
/* no frame rate available */
|
||||
|
Loading…
Reference in New Issue
Block a user