From bc3ceb46c82bc50e1c31e16a5d4c2e124c26fa20 Mon Sep 17 00:00:00 2001 From: t52ta6ek Date: Fri, 16 Dec 2016 19:48:48 +0100 Subject: [PATCH] Calls in tocall.txt currently exceeds 150. New maximum set to 200. 200 just picked as simply a nice round value. Expect should be a while before it's exceeded! --- decode_aprs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode_aprs.c b/decode_aprs.c index b259aa4..cad4e7f 100644 --- a/decode_aprs.c +++ b/decode_aprs.c @@ -3621,7 +3621,7 @@ static int data_extension_comment (decode_aprs_t *A, char *pdext) * *------------------------------------------------------------------*/ -#define MAX_TOCALLS 150 +#define MAX_TOCALLS 200 static struct tocalls_s { unsigned char len;