32bit compat (amend 90a67d04)
authorRobin Gareus <robin@gareus.org>
Tue, 26 Jul 2016 00:26:42 +0000 (02:26 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 26 Jul 2016 00:26:42 +0000 (02:26 +0200)
libs/ardour/session.cc

index 272bd765e68aa3abb53b359a1c103eccd1f5e334..99efc1cb7276fc9a8ac9504a6ca25c7d207c8b05 100644 (file)
@@ -2078,7 +2078,7 @@ Session::audible_frame () const
                }
        }
 
-       return std::max (0l, ret);
+       return std::max ((framepos_t)0, ret);
 }
 
 void