diff options
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r-- | src/DabMux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |