mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 18:38:43 -04:00
Don't honor 'bSkip' if nagain.eq.1.
This commit is contained in:
parent
5bacc2d763
commit
d3e9f3fc5a
@ -42,7 +42,7 @@ subroutine q65c(itimer)
|
||||
newdat=1 !Always on ??
|
||||
|
||||
call chkstat(dd,max_nhsym,bSkip)
|
||||
if(bSkip) return
|
||||
if(bSkip .and. nagain.eq.0) return
|
||||
|
||||
call timer('decode0 ',0)
|
||||
call decode0(dd,ss,savg)
|
||||
|
Loading…
Reference in New Issue
Block a user