13
0

fix locate to wallclock fix for PM (>= 2^31 samples)

This commit is contained in:
Robin Gareus 2015-08-15 00:15:55 +02:00
parent a99fa7170c
commit 041b31d7c6

View File

@ -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 */