Fix a command line parsing defect

This commit is contained in:
Bill Somerville 2020-05-09 00:55:22 +01:00
parent 8229e5110a
commit a0a8159129
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ int main(int argc, char *argv[])
break;
case 'f':
f0 = atof(optarg);
break;
case 'o':
c2filename = optarg;
writec2=1;