From a6816c6fa5f3b2ddba2f847a55c2dcceb4253358 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 10 May 2011 11:49:54 +0200 Subject: [PATCH] fix option handling and enable TCP in midicat from peters at schwertfisch.de, thanks! --- aucat/aucat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucat/aucat.c b/aucat/aucat.c index 5a3dc22..1f52819 100644 --- a/aucat/aucat.c +++ b/aucat/aucat.c @@ -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