From fe6a9c8d7d41562a6a85a218f76d2cdbe57642f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Bu=C5=9Bko?= Date: Sat, 5 Nov 2022 20:44:14 +0100 Subject: [PATCH] fix chatmix option removed by #230 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 460f4520..75390c96 100644 --- a/src/main.c +++ b/src/main.c @@ -313,7 +313,7 @@ int main(int argc, char* argv[]) // Init all information of supported devices init_devices(); - while ((c = getopt_long(argc, argv, "bchi:l:f::n:r:s:uv:p:?", opts, &option_index)) != -1) { + while ((c = getopt_long(argc, argv, "bchi:l:f::mn:r:s:uv:p:?", opts, &option_index)) != -1) { char* endptr = NULL; // for strtol switch (c) {