From a3c75d56e6bb3e77fb2bef70e1a0175a5e7ab966 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 12 Nov 2011 19:49:21 +0000 Subject: Make MAXPATHLEN match PATH_MAX from git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72223 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/config.h b/macosx/config.h index 483c79b1..5896bd91 100644 --- a/macosx/config.h +++ b/macosx/config.h @@ -9,7 +9,8 @@ #define CONFIG_H #ifndef MAXPATHLEN -#define MAXPATHLEN 256 +//match PAX_MAX in +#define MAXPATHLEN 1024 #endif #ifndef PACKAGE_VERSION -- cgit v1.2.3