mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
Fix the source of a bounds error in JT4 decoder. (Why was this not a problem in v2.3?)
This commit is contained in:
parent
ebd41fabcc
commit
7180c40754
@ -85,7 +85,7 @@ subroutine sync4(dat,jz,ntol,nfqso,mode,mode4,minwidth,dtx,dfx,snrx, &
|
||||
enddo
|
||||
if(syncbest.lt.-1.e29) go to 900
|
||||
ccfred=red
|
||||
call pctile(ccfred(iaa:ibb),ibb-iaa+1,45,base)
|
||||
call pctile(ccfred(ia:ib),ib-ia+1,45,base)
|
||||
ccfred=ccfred-base
|
||||
|
||||
dfx=ipk*df
|
||||
|
Loading…
Reference in New Issue
Block a user