1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

fix option handling and enable TCP in midicat

from peters at schwertfisch.de, thanks!
This commit is contained in:
Alexandre Ratchov 2011-05-10 11:49:54 +02:00
parent c4c6839064
commit a6816c6fa5

View File

@ -918,7 +918,7 @@ midicat_main(int argc, char **argv)
cd->path = NULL; cd->path = NULL;
while ((c = getopt(argc, argv, "di:o:ls:q:U:")) != -1) { while ((c = getopt(argc, argv, "di:o:ls:q:U:L:")) != -1) {
switch (c) { switch (c) {
case 'd': case 'd':
#ifdef DEBUG #ifdef DEBUG