mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +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;
|
||||
break;
|
||||
case 'm':
|
||||
mixer_id = CLAMP (optarg[0], '0', '1');
|
||||
mixer_id = CLAMP (optarg[0], '0', '1') - '0';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue