Codebase list faad2 / 8fc0e6b
Increase PATH_MAX for the sake of it. Fabian Greffrath 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 +#include <limits.h>
1212 +
1313 +#ifndef PATH_MAX
14 +#define PATH_MAX 254
14 +#define PATH_MAX 1023
1515 +#endif
1616
1717 #include <neaacdec.h>