ftdm: change max_path length from 255 to 4096

This commit is contained in:
James Zhang 2011-09-30 16:03:08 -04:00
parent 595454126b
commit ccc81f3207

View File

@ -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