mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 23:43:44 -04: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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user