mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
Guard against callsigns longer that the CW id buffer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user