summaryrefslogtreecommitdiff
path: root/libs/ardour/chan_count.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/chan_count.cc')
-rw-r--r--libs/ardour/chan_count.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/chan_count.cc b/libs/ardour/chan_count.cc
index 269f985796..b6f51a4d95 100644
--- a/libs/ardour/chan_count.cc
+++ b/libs/ardour/chan_count.cc
@@ -33,7 +33,7 @@ infinity_factory()
ChanCount ret;
for (DataType::iterator t = DataType::begin(); t != DataType::end(); ++t) {
- ret.set(*t, SIZE_MAX);
+ ret.set(*t, UINT32_MAX);
}
return ret;