From a805e446d131d29cdbab38443b0bed0b4bd56293 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 18 Oct 2009 16:26:15 +0000 Subject: [PATCH] * by feivel: display the weekday in the dayview --- webcit/calendar_view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 5960ff532..b97f4e276 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -1106,7 +1106,7 @@ void calendar_day_view(int year, int month, int day) { long daystart; long dayend; struct tm d_tm; - char d_str[128]; + char d_str[160]; int time_format; time_t today_t; int timeline = TIMELINE; @@ -1288,6 +1288,7 @@ void calendar_day_view(int year, int month, int day) { wc_strftime(d_str, sizeof d_str, "" + "%A
" "%B
" "%d
" "%Y
" -- 2.39.2