summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-21 14:31:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-21 14:31:33 +0000
commit4903ca5b6081121180fa8be5039fc6e35efbd2b2 (patch)
treeb2d14b82746e46f81c5cb6477f8ce0dac65ec483
parent97c5892b51c29f2e188eb1ac9ddbfbac602d1b25 (diff)
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
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
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.