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
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ midicat_main(int argc, char **argv)
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) {
case 'd':
#ifdef DEBUG