mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -04: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
|
cycle
|
||||||
endif
|
endif
|
||||||
n=n+1
|
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
|
enddo
|
||||||
|
|
||||||
nsubmode=0
|
nsubmode=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user