mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix a command line parsing defect
This commit is contained in:
parent
8229e5110a
commit
a0a8159129
@ -152,6 +152,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
case 'f':
|
||||
f0 = atof(optarg);
|
||||
break;
|
||||
case 'o':
|
||||
c2filename = optarg;
|
||||
writec2=1;
|
||||
|
Loading…
Reference in New Issue
Block a user