From 4903ca5b6081121180fa8be5039fc6e35efbd2b2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Jan 2010 14:31:33 +0000 Subject: [PATCH] tweak for yesterday's stopped/monitoring/state change fix git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6527 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 7ff4af8ac7..a62d1a4953 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -2328,6 +2328,7 @@ Route::no_roll (nframes_t nframes, nframes_t start_frame, nframes_t end_frame, XXX note the absurdity of ::no_roll() being called when we ARE rolling! */ silence (nframes); + return 0; } /* we're really not rolling, so we're either delivery silence or actually monitoring, both of which are safe to do while session_state_changing is true.