alsa-utils icon indicating copy to clipboard operation
alsa-utils copied to clipboard

aseqsend getopt_long variable should be int instead of char

Open sadguitarius opened this issue 1 year ago • 0 comments

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.

sadguitarius avatar Sep 12 '24 16:09 sadguitarius