diff options
Diffstat (limited to 'cgitcgi/system.c')
| -rw-r--r-- | cgitcgi/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitcgi/system.c b/cgitcgi/system.c index afab9a7..737b70a 100644 --- a/cgitcgi/system.c +++ b/cgitcgi/system.c @@ -25,7 +25,7 @@ void system_error( const char *fmt, ... ) { va_list arg_ptr; char buf[SYSTEM_ERRMSG_SIZE]; - char msg[SYSTEM_ERRMSG_SIZE]; + char msg[SYSTEM_ERRMSG_SIZE-16]; char *format = "%s: %s\n"; va_start( arg_ptr, fmt ); |
