From e3d751e2471eafccdd584aa919e0213c749a8e2b Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sat, 11 Aug 2012 21:10:53 -0400 Subject: fix the optstring --- pulsemix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsemix.c b/pulsemix.c index 5245752..7112b6a 100644 --- a/pulsemix.c +++ b/pulsemix.c @@ -682,7 +682,7 @@ int main(int argc, char *argv[]) }; for (;;) { - int opt = getopt_long(argc, argv, "hao:i:", opts, NULL); + int opt = getopt_long(argc, argv, "hao::i::", opts, NULL); if (opt == -1) break; -- cgit v1.2.3