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