summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DabMux.cpp2
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 {