mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -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 *****************
|
//*************** main loop starts here *****************
|
||||||
for (ipass=0; ipass<npasses; ipass++) {
|
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) {
|
if(ipass < 2) {
|
||||||
nblocksize=1;
|
nblocksize=1;
|
||||||
maxdrift=4;
|
maxdrift=4;
|
||||||
|
Loading…
Reference in New Issue
Block a user