summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-05-10 06:26:35 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-05-10 06:26:35 +0000
commit48ebd18b428d8d40144cb5f75a54530236f48df2 (patch)
treec3f0df496b342f3281e15896635044b44e1e0e21 /usr.bin/aucat
parentdac3d910f2eddde822883c13424eaa6c530baa30 (diff)
fix option handling and enable TCP in midicat
from peters at schwertfisch.de, thanks!
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r--usr.bin/aucat/aucat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index cc4121b04cc..87618c9cbba 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucat.c,v 1.113 2011/04/28 06:19:57 ratchov Exp $ */
+/* $OpenBSD: aucat.c,v 1.114 2011/05/10 06:26:34 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -917,7 +917,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