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