Comment.
[ardour.git] / libs / ardour / crossfade.cc
index 6b0c0a9560d3248f38d1893364a6c521b3da88f8..d2271030a5933c4c0c5c051c9a8106c885e3ac0f 100644 (file)
@@ -355,7 +355,7 @@ Crossfade::read_at (Sample *buf, Sample *mixdown_buffer,
 
                start = _position;
                buf += offset;
-               to_write = min (_length.val(), (nframes64_t) cnt);
+               to_write = min (_length.val(), cnt);
 
        } else {