diff options
Diffstat (limited to 'cgitcgi/wrapper.c')
| -rw-r--r-- | cgitcgi/wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitcgi/wrapper.c b/cgitcgi/wrapper.c index 60c184a..471ef28 100644 --- a/cgitcgi/wrapper.c +++ b/cgitcgi/wrapper.c @@ -36,7 +36,7 @@ void wrapper_error( const char *fmt, ... ) { va_list arg_ptr; char buf[WRAPPER_ERRMSG_SIZE]; - char msg[WRAPPER_ERRMSG_SIZE]; + char msg[WRAPPER_ERRMSG_SIZE-16]; char *format = "%s: %s\n"; va_start( arg_ptr, fmt ); |
