mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Increase the dimension of allmessages() to max of 200.
This commit is contained in:
parent
e02c430f9d
commit
5e6b5b032c
@ -59,7 +59,7 @@ contains
|
|||||||
integer*2 iwave(15*12000)
|
integer*2 iwave(15*12000)
|
||||||
integer apsym2(58),aph10(10)
|
integer apsym2(58),aph10(10)
|
||||||
character datetime*13,msg37*37
|
character datetime*13,msg37*37
|
||||||
character*37 allmessages(100)
|
character*37 allmessages(200)
|
||||||
character*12 ctime
|
character*12 ctime
|
||||||
integer allsnrs(100)
|
integer allsnrs(100)
|
||||||
integer itone(NN)
|
integer itone(NN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user