diff options
Diffstat (limited to 'src/myfprintf.c')
-rw-r--r-- | src/myfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myfprintf.c b/src/myfprintf.c index a09ae4324..930078398 100644 --- a/src/myfprintf.c +++ b/src/myfprintf.c @@ -31,7 +31,7 @@ #include <string.h> #include <errno.h> -#define BUFFER_LENGTH MAXPATHLEN+1024 +#define BUFFER_LENGTH MPD_PATH_MAX+1024 static void blockingWrite(const int fd, const char *string, size_t len) { |