diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-17 15:46:28 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-17 15:46:28 +0100 |
commit | 692f665bcdf48eb76d479a1a92192027c94b7dfa (patch) | |
tree | 0d5cb7377271c8c5933f93d960abf59012d55ab6 /src | |
parent | 6dadbaba8a37579f3f7a1c912cf48d4d0964a450 (diff) | |
download | dabmux-692f665bcdf48eb76d479a1a92192027c94b7dfa.tar.gz dabmux-692f665bcdf48eb76d479a1a92192027c94b7dfa.tar.bz2 dabmux-692f665bcdf48eb76d479a1a92192027c94b7dfa.zip |
typo
Diffstat (limited to 'src')
-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 { |