32bit compat (amend 90a67d04)

This commit is contained in:
Robin Gareus 2016-07-26 02:26:42 +02:00
parent 90a67d04d5
commit 5f994c07a8

View file

@ -2078,7 +2078,7 @@ Session::audible_frame () const
} }
} }
return std::max (0l, ret); return std::max ((framepos_t)0, ret);
} }
void void