mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Guard against callsigns longer that the CW id buffer
This commit is contained in:
parent
f9b14dd6c9
commit
d35f7a90ac
@ -64,6 +64,7 @@ subroutine morse(msg,idat,n)
|
||||
|
||||
! Insert this character
|
||||
nmax=ic(21,j)
|
||||
if (n + nmax + 4 .gt. size (idat)) exit
|
||||
do i=1,nmax
|
||||
n=n+1
|
||||
idat(n)=ic(i,j)
|
||||
|
Loading…
Reference in New Issue
Block a user