diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-05 21:27:31 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-05 21:27:31 +0000 |
commit | 36833ea4e40833811269d86112043cf1db933009 (patch) | |
tree | 382dd87085469224bab610182fa824825cf37c63 /include/splat-ctl.h | |
parent | ac569b72a10d5676a5a572a8aa44bfab9b29cbac (diff) |
Slightly increase SPLAT_NAME_SIZE to ensure string is always
NULL terminated.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@174 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/splat-ctl.h')
-rw-r--r-- | include/splat-ctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/splat-ctl.h b/include/splat-ctl.h index 7f2c6d94d..d5ce6ab9a 100644 --- a/include/splat-ctl.h +++ b/include/splat-ctl.h @@ -36,7 +36,7 @@ #define SPLAT_NAME "splatctl" #define SPLAT_DEV "/dev/splatctl" -#define SPLAT_NAME_SIZE 12 +#define SPLAT_NAME_SIZE 16 #define SPLAT_DESC_SIZE 60 typedef struct splat_user { |