mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -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;
|
break;
|
||||||
case 'f':
|
case 'f':
|
||||||
f0 = atof(optarg);
|
f0 = atof(optarg);
|
||||||
|
break;
|
||||||
case 'o':
|
case 'o':
|
||||||
c2filename = optarg;
|
c2filename = optarg;
|
||||||
writec2=1;
|
writec2=1;
|
||||||
|
Loading…
Reference in New Issue
Block a user