1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-23 20:48:33 -04:00

Increase the dimension of allmessages() to max of 200.

This commit is contained in:
Joe Taylor 2023-01-09 10:48:05 -05:00
parent e02c430f9d
commit 5e6b5b032c

View File

@ -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)