summaryrefslogtreecommitdiff
path: root/common/JackClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackClient.h')
-rw-r--r--common/JackClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackClient.h b/common/JackClient.h
index b8ed0b2f..3013334b 100644
--- a/common/JackClient.h
+++ b/common/JackClient.h
@@ -87,7 +87,7 @@ class SERVER_EXPORT JackClient : public JackClientInterface, public JackRunnable
void* fThreadFunArg;
void* fSessionArg;
void* fLatencyArg;
- char fServerName[JACK_SERVER_NAME_SIZE];
+ char fServerName[JACK_SERVER_NAME_SIZE+1];
JackThread fThread; /*! Thread to execute the Process function */
detail::JackClientChannelInterface* fChannel;