ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit 5c5eb225c4697ef8da2310eab329f8d4eb6cade6
parent 249e4cada112bfa46ead548fd2630b3cc25719f5
Author: sin <sin@2f30.org>
Date:   Mon,  6 Jun 2016 14:46:17 +0100

Shrink poll array

Diffstat:
Mncmixer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmixer.c b/ncmixer.c @@ -362,7 +362,7 @@ loop(void) { struct sockaddr_un sun; socklen_t len; - struct pollfd pfd[64]; + struct pollfd pfd[16]; struct input *in; struct output *out; int i, ret, clifd, nready;