mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fix wsprd's -B command line option.
This commit is contained in:
parent
583f9d2f0e
commit
2f7afbc34e
@ -987,7 +987,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
//*************** main loop starts here *****************
|
||||
for (ipass=0; ipass<npasses; ipass++) {
|
||||
if(ipass==1 && ndecodes_pass == 0) ipass=2;
|
||||
if(ipass==1 && ndecodes_pass == 0 && npasses>2) ipass=2;
|
||||
if(ipass < 2) {
|
||||
nblocksize=1;
|
||||
maxdrift=4;
|
||||
|
Loading…
Reference in New Issue
Block a user