From 692f665bcdf48eb76d479a1a92192027c94b7dfa Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 17 Nov 2014 15:46:28 +0100 Subject: typo --- src/DabMux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 47e92c6..dc9b22a 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -351,7 +351,7 @@ int main(int argc, char *argv[]) bool MNSC_increment_time = false; try { - if (argc == 1) { // Assume the only argument is a config file + if (argc == 2) { // Assume the only argument is a config file string conf_file = argv[1]; try { -- cgit v1.2.3