32bit compat (amend 90a67d04
)
This commit is contained in:
parent
90a67d04d5
commit
5f994c07a8
@ -2078,7 +2078,7 @@ Session::audible_frame () const
|
||||
}
|
||||
}
|
||||
|
||||
return std::max (0l, ret);
|
||||
return std::max ((framepos_t)0, ret);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user