aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_pack~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_pack~.c')
-rw-r--r--src/mtx_pack~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_pack~.c b/src/mtx_pack~.c
index 8afe3a2..3c2e9f6 100644
--- a/src/mtx_pack~.c
+++ b/src/mtx_pack~.c
@@ -17,7 +17,7 @@ void *newMtxPackTilde (t_floatarg f)
int num_chan=1;
mtx_pack_tilde *x = (mtx_pack_tilde*) pd_new(mtx_pack_tilde_class);
num_chan=(int)f;
- if ((num_chan<0) || (num_chan>MTX_PACK_MAXCHANNELS)) {
+ if ((num_chan<1) || (num_chan>MTX_PACK_MAXCHANNELS)) {
num_chan=1;
}
x->num_chan=num_chan;