On Aug 13 2016 20:14, Takashi Sakamoto wrote: > Need to modify a table for short options. > > diff --git a/amidi/amidi.c b/amidi/amidi.c > index 290df48..ea61cba 100644 > --- a/amidi/amidi.c > +++ b/amidi/amidi.c > @@ -411,7 +411,7 @@ static void add_send_hex_data(const char *str) > > int main(int argc, char *argv[]) > { > - static const char short_options[] = "hVlLp:s:r:S::dt:a"; > + static const char short_options[] = "hVlLp:s:r:S::dt:a:c"; Oops. This should be "hVlLp:s:r:S::dt:ac"... > static const struct option long_options[] = { > {"help", 0, NULL, 'h'}, > {"version", 0, NULL, 'V'}, Regards Takashi Sakamoto _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel