summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/buffer_set.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/buffer_set.cc b/libs/ardour/buffer_set.cc
index 2a1e7f2498..c97a47e42b 100644
--- a/libs/ardour/buffer_set.cc
+++ b/libs/ardour/buffer_set.cc
@@ -221,7 +221,7 @@ BufferSet::ensure_buffers(const ChanCount& chns, size_t buffer_capacity)
assert(bufs[0]->capacity() >= buffer_capacity);
}
- assert (available() == chns);
+ assert (available() >= chns);
}
/** Get the capacity (size) of the available buffers of the given type.