diff options
Diffstat (limited to 'cgitcgi/html.c')
| -rw-r--r-- | cgitcgi/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitcgi/html.c b/cgitcgi/html.c index df50a61..2a931c1 100644 --- a/cgitcgi/html.c +++ b/cgitcgi/html.c @@ -38,7 +38,7 @@ void html_error( const char *fmt, ... ) { va_list arg_ptr; char buf[HTML_ERRMSG_SIZE]; - char msg[HTML_ERRMSG_SIZE]; + char msg[HTML_ERRMSG_SIZE-8]; char *format = "%s: %s\n"; va_start( arg_ptr, fmt ); |
