]> git.alsa-project.org Git - alsa-utils.git/commit
allow --send-hex data without quotes
authorClemens Ladisch <clemens@ladisch.de>
Wed, 16 Feb 2005 09:52:25 +0000 (09:52 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 16 Feb 2005 09:52:25 +0000 (09:52 +0000)
commit5df127e3f3776d00164aac0d56adaab23a883ca5
tree4a4d57f19dfd28a7604cdbb8fbf74078781c63cf
parent943bf551e1ea814560d0936140e2e01ce4c264af
allow --send-hex data without quotes

Now all non-option arguments are read as data for the -S option,
instead of requiring exactly one argument for -S.

This fixes the bug that when specifying multiple bytes for the -S
option separated with spaces but without quoting, amidi would silently
ignore all but the first byte.
amidi/amidi.c