mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
32bit compat (amend 90a67d04)
This commit is contained in:
parent
90a67d04d5
commit
5f994c07a8
1 changed files with 1 additions and 1 deletions
|
|
@ -2078,7 +2078,7 @@ Session::audible_frame () const
|
|||
}
|
||||
}
|
||||
|
||||
return std::max (0l, ret);
|
||||
return std::max ((framepos_t)0, ret);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue