Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
  • Loading branch information
t52ta6ek authored Dec 16, 2016
commit bc3ceb46c82bc50e1c31e16a5d4c2e124c26fa20
2 changes: 1 addition & 1 deletion decode_aprs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down