mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Protect against a bounds error.
This commit is contained in:
parent
de6f5e4975
commit
5c947178ce
@ -153,7 +153,7 @@ subroutine q65_sync(nutc,iwave,nmax,mode_q65,codewords,ncw,nsps,nfqso,ntol, &
|
||||
cycle
|
||||
endif
|
||||
n=n+1
|
||||
s3(-64:LL-65,n)=s1(ia:ib,j)
|
||||
if(j.ge.1 .and. j.le.jz) s3(-64:LL-65,n)=s1(ia:ib,j)
|
||||
enddo
|
||||
|
||||
nsubmode=0
|
||||
|
Loading…
Reference in New Issue
Block a user