From 48ebd18b428d8d40144cb5f75a54530236f48df2 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 10 May 2011 06:26:35 +0000 Subject: fix option handling and enable TCP in midicat from peters at schwertfisch.de, thanks! --- usr.bin/aucat/aucat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 * @@ -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 -- cgit v1.2.3