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 e7ecb4d63a
commit edad46647b
1 changed files with 1 additions and 1 deletions

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