mirror of https://github.com/wb2osz/direwolf.git
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!
This commit is contained in:
parent
11e9e18e97
commit
bc3ceb46c8
|
@ -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 {
|
static struct tocalls_s {
|
||||||
unsigned char len;
|
unsigned char len;
|
||||||
|
|
Loading…
Reference in New Issue