From e8f1133226e8eb1ecf7236313d49454c589af9b6 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 25 Oct 2020 22:01:09 -0400 Subject: [PATCH] Increase tocalls limit. --- src/decode_aprs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/decode_aprs.c b/src/decode_aprs.c index c98e304..3afa377 100644 --- a/src/decode_aprs.c +++ b/src/decode_aprs.c @@ -476,6 +476,7 @@ void decode_aprs_print (decode_aprs_t *A) { * Any example was checked for each hemihemisphere using * http://www.amsat.org/cgi-bin/gridconv */ +// FIXME soften language about upper case. if (strlen(A->g_maidenhead) > 0) { @@ -3778,7 +3779,7 @@ static int data_extension_comment (decode_aprs_t *A, char *pdext) // Dec. 2016 tocalls.txt has 153 destination addresses. -#define MAX_TOCALLS 200 +#define MAX_TOCALLS 250 static struct tocalls_s { unsigned char len;