alsa-utils
alsa-utils copied to clipboard
aseqsend getopt_long variable should be int instead of char
Hi, just wanted to point out that aseqsend is failing because the value returned by getopt_long can never be -1 since it's a char.