From 70248410404a14e5f368c09e74d896f3e3f9c4b5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 31 Oct 2005 02:59:24 +0000 Subject: [PATCH] * summary.c: fixed the date display. --- webcit/ChangeLog | 3 +++ webcit/summary.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 85cdf4b26..7b61a6a72 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,8 @@ $Id$ +Sun Oct 30 21:58:23 EST 2005 ajc +* summary.c: fixed the date display. + Sun Oct 30 01:40:35 EDT 2005 ajc * messages.c: the summary line for each message is now a div containing fixed width floating spans instead of a table row. This is being done as part of diff --git a/webcit/summary.c b/webcit/summary.c index a8d97d283..f78438666 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -35,7 +35,7 @@ void output_date(void) { months[8] = _("September"); months[9] = _("October"); months[10] = _("November"); - months[12] = _("December"); + months[11] = _("December"); time(&now); localtime_r(&now, &tm); -- 2.39.2