aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 4b0df547..ad915263 100644
--- a/env.c
+++ b/env.c
@@ -137,7 +137,7 @@ char *rfc822timestamp(void)
/* return a timestamp in RFC822 form */
{
time_t now;
- static char buf[40];
+ static char buf[50];
time(&now);
#ifdef HAVE_STRFTIME