ftdm: change max_path length from 255 to 4096
This commit is contained in:
parent
e7ecb4d63a
commit
edad46647b
|
@ -51,7 +51,7 @@
|
|||
|
||||
/* DEFINES ********************************************************************/
|
||||
#define MAX_NAME_LEN 25
|
||||
#define MAX_PATH 255
|
||||
#define MAX_PATH 4096
|
||||
|
||||
#define MAX_CIC_LENGTH 5
|
||||
#define MAX_CIC_MAP_LENGTH 1000
|
||||
|
|
Loading…
Reference in New Issue