diff options
Diffstat (limited to 'src/libmpdclient.h')
-rw-r--r-- | src/libmpdclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpdclient.h b/src/libmpdclient.h index e91013b9c..c4a22b2d8 100644 --- a/src/libmpdclient.h +++ b/src/libmpdclient.h @@ -110,7 +110,7 @@ typedef struct _mpd_Connection { /* use this to check the version of mpd */ int version[3]; /* IMPORTANT, you want to get the error messages from here */ - char errorStr[MPD_BUFFER_MAX_LENGTH+1]; + char errorStr[512]; int errorCode; int errorAt; /* this will be set to MPD_ERROR_* if there is an error, 0 if not */ |