Allow pathname up to 1024 chars instead of 255
This commit is contained in:
parent
d4691ada06
commit
3a584cb026
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
#define INTER_DIR 16
|
||||
#define DIR_NAME_LEN 255
|
||||
#define DIR_NAME_LEN 1024
|
||||
#define FLAG_LIST_DELETED 1
|
||||
#define FLAG_LIST_MASK12 2
|
||||
#define FLAG_LIST_MASK16 4
|
||||
|
|
Loading…
Reference in a new issue