mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 02:18:37 -04:00
Fix a logical test on idec.
This commit is contained in:
parent
f0808942e5
commit
121fd2c3dd
@ -153,7 +153,7 @@ contains
|
||||
call q65_loops(c00,npts/2,nsps/2,nsubmode,ndepth,jpk0, &
|
||||
xdt,f0,iaptype,xdt1,f1,snr2,dat4,idec)
|
||||
call timer('q65loops',1)
|
||||
if(idec.gt.0) go to 100 !Successful decode, we're done
|
||||
if(idec.ge.0) go to 100 !Successful decode, we're done
|
||||
enddo
|
||||
|
||||
! There was no single-transmission decode.
|
||||
|
Loading…
Reference in New Issue
Block a user