summaryrefslogtreecommitdiff
path: root/libs/ardour/process_thread.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-31 02:00:31 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 15:26:18 -0400
commit9ef2a89ccde5656849ea13429186b80e580b6ab8 (patch)
treea1fa61820664f6c22357e8ecc7803cddabf2dea1 /libs/ardour/process_thread.cc
parentb6b614acac73a82d603b02fc8bbfb144327f4e13 (diff)
fix stupid copy/paste error in 00f26394a9
Diffstat (limited to 'libs/ardour/process_thread.cc')
-rw-r--r--libs/ardour/process_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/process_thread.cc b/libs/ardour/process_thread.cc
index 2ffb47a0df..4c9789f37a 100644
--- a/libs/ardour/process_thread.cc
+++ b/libs/ardour/process_thread.cc
@@ -114,7 +114,7 @@ ProcessThread::get_route_buffers (ChanCount count, bool silence)
ThreadBuffers* tb = _private_thread_buffers.get();
assert (tb);
- BufferSet* sb = tb->scratch_buffers;
+ BufferSet* sb = tb->route_buffers;
assert (sb);
if (count != ChanCount::ZERO) {