From: Karl Bongers Date: Wed, 7 May 2014 04:06:47 +0000 (-0500) Subject: fix aconnect -l option X-Git-Tag: v1.0.28~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0d460816792c9df4de9647f75da856870f59a49a;p=alsa-utils.git fix aconnect -l option aconnect -l would just print usage. This fix makes it do what usage says it should do. Signed-off-by: Karl Bongers Signed-off-by: Jaroslav Kysela --- diff --git a/seq/aconnect/aconnect.c b/seq/aconnect/aconnect.c index 8c66cfd..8d6cebb 100644 --- a/seq/aconnect/aconnect.c +++ b/seq/aconnect/aconnect.c @@ -292,6 +292,7 @@ int main(int argc, char **argv) convert_real = 0; break; case 'l': + command = LIST; list_subs = 1; break; case 'x':