mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Correct the sizes of character variables msg and msgsent.
This commit is contained in:
parent
783bf8c80a
commit
aca7273fc3
@ -18,7 +18,7 @@ subroutine foxgen()
|
||||
parameter (NN=79,ND=58,KK=87,NSPS=4*1920)
|
||||
parameter (NWAVE=NN*NSPS,NFFT=614400,NH=NFFT/2)
|
||||
character*40 cmsg
|
||||
character*22 msg,msgsent
|
||||
character*37 msg,msgsent
|
||||
character*87 cbits
|
||||
character*88 cb88
|
||||
integer itone(NN)
|
||||
|
Loading…
Reference in New Issue
Block a user