summaryrefslogtreecommitdiffstats
path: root/mbbsd/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/calendar.c')
-rw-r--r--mbbsd/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/calendar.c b/mbbsd/calendar.c
index b87c774a..93394b08 100644
--- a/mbbsd/calendar.c
+++ b/mbbsd/calendar.c
@@ -133,7 +133,7 @@ static event_t *
ReadEvent(int today)
{
FILE *fp;
- char buf[256];
+ char buf[PATHLEN];
static event_t head;
head.next = NULL;