From 5e6b5b032c30f2bde67d4e4fc07c90635b8f2e58 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 9 Jan 2023 10:48:05 -0500 Subject: [PATCH] Increase the dimension of allmessages() to max of 200. --- lib/ft8_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 4bd637e95..a19d0b83c 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -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)