aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-03-29 15:36:38 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-03-29 15:36:38 +0000
commitca32eef2dc63e1e9d0b4e320b19704be668d9c8a (patch)
treee9a268f69911b9c26a403a199792e23f197491e1 /env.c
parent7bdb93ae05492627dec400bd2bdf1d0272513679 (diff)
downloadfetchmail-ca32eef2dc63e1e9d0b4e320b19704be668d9c8a.tar.gz
fetchmail-ca32eef2dc63e1e9d0b4e320b19704be668d9c8a.tar.bz2
fetchmail-ca32eef2dc63e1e9d0b4e320b19704be668d9c8a.zip
*** empty log message ***
svn path=/trunk/; revision=2418
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