mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 12:26:31 +01:00
Fixed -m option...
This commit is contained in:
parent
0b560331b9
commit
5482bc327d
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ main (int argc,
|
||||||
mixer_do_color = !mixer_do_color;
|
mixer_do_color = !mixer_do_color;
|
||||||
break;
|
break;
|
||||||
case 'm':
|
case 'm':
|
||||||
mixer_id = CLAMP (optarg[0], '0', '1');
|
mixer_id = CLAMP (optarg[0], '0', '1') - '0';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue