X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar_view.c;h=addfe9cac583b0316c24c8fa95ad061ad7dd151a;hb=7f942fcf573bd4fa04b378718a4853299c2abddf;hp=544db0c42b20638d0ae996e20178a4618bf56f8e;hpb=438a6dbc8abec2f3e3cc9cba8a839d3d27296506;p=citadel.git diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 544db0c42..addfe9cac 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -539,7 +539,7 @@ void calendar_month_view(int year, int month, int day) { colheader_time = thetime + (i * 86400) ; localtime_r(&colheader_time, &colheader_tm); wc_strftime(colheader_label, sizeof colheader_label, "%A", &colheader_tm); - wprintf("" + wprintf("" "%s", colheader_label); }