Skip to content

Commit e8f1133

Browse files
committed
Increase tocalls limit.
1 parent 79d80cc commit e8f1133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/decode_aprs.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ void decode_aprs_print (decode_aprs_t *A) {
476476
* Any example was checked for each hemihemisphere using
477477
* http://www.amsat.org/cgi-bin/gridconv
478478
*/
479+
// FIXME soften language about upper case.
479480

480481
if (strlen(A->g_maidenhead) > 0) {
481482

@@ -3778,7 +3779,7 @@ static int data_extension_comment (decode_aprs_t *A, char *pdext)
37783779

37793780
// Dec. 2016 tocalls.txt has 153 destination addresses.
37803781

3781-
#define MAX_TOCALLS 200
3782+
#define MAX_TOCALLS 250
37823783

37833784
static struct tocalls_s {
37843785
unsigned char len;

0 commit comments

Comments
 (0)