diff options
author | Stephane Letz <letz@grame.fr> | 2016-01-01 20:40:22 +0100 |
---|---|---|
committer | Stephane Letz <letz@grame.fr> | 2016-01-01 20:40:22 +0100 |
commit | 02f74a659aeb7120dfd462a7e24c9628f28f842d (patch) | |
tree | 0f2d4d4b08dd22e9f1f5d2657724dffc69e45abb /common/shm.h | |
parent | f3cf9d6f895efffdbc3b5c4351482dca2690750c (diff) | |
download | jack2-02f74a659aeb7120dfd462a7e24c9628f28f842d.tar.gz |
String management fix.
Diffstat (limited to 'common/shm.h')
-rw-r--r-- | common/shm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/shm.h b/common/shm.h index 92aa5a64..12f0f228 100644 --- a/common/shm.h +++ b/common/shm.h @@ -123,7 +123,7 @@ extern "C" pid_t pid; /* process ID */ #endif - char name[JACK_SERVER_NAME_SIZE]; + char name[JACK_SERVER_NAME_SIZE+1]; } jack_shm_server_t; |