From 1c08b910f0a2d7b32cb451e093f737b63de8faf2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 31 Jul 2013 14:21:40 +0200 Subject: another amend to 00f26394a9 --- libs/ardour/process_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/process_thread.cc') diff --git a/libs/ardour/process_thread.cc b/libs/ardour/process_thread.cc index 4c9789f37a..5d8d6f34fd 100644 --- a/libs/ardour/process_thread.cc +++ b/libs/ardour/process_thread.cc @@ -126,7 +126,7 @@ ProcessThread::get_route_buffers (ChanCount count, bool silence) if (silence) { for (DataType::iterator t = DataType::begin(); t != DataType::end(); ++t) { - for (size_t i= 0; i < count.get(*t); ++i) { + for (uint32_t i = 0; i < sb->count().get(*t); ++i) { sb->get(*t, i).clear(); } } -- cgit v1.2.3