Skip to content

Commit bc3ceb4

Browse files
authored
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!
1 parent 11e9e18 commit bc3ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decode_aprs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@ static int data_extension_comment (decode_aprs_t *A, char *pdext)
36213621
*
36223622
*------------------------------------------------------------------*/
36233623

3624-
#define MAX_TOCALLS 150
3624+
#define MAX_TOCALLS 200
36253625

36263626
static struct tocalls_s {
36273627
unsigned char len;

0 commit comments

Comments
 (0)