diff options
Diffstat (limited to 'server/src/debug.cc')
-rw-r--r-- | server/src/debug.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/debug.cc b/server/src/debug.cc index 1affa23..fa83a80 100644 --- a/server/src/debug.cc +++ b/server/src/debug.cc @@ -39,7 +39,7 @@ static FILE *logfp = stderr; #define NELEM(x) (sizeof(x)/sizeof((x)[0])) struct __debug_channel { - char name[16]; + char name[32]; unsigned flags; }; |