From: Wilfried Göesgens Date: Sat, 18 Apr 2009 13:06:22 +0000 (+0000) Subject: * upsi here too. X-Git-Tag: v7.86~1245 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=baafaeb404f5ca8ec6c9d5d9cc47eb92560d0fbe * upsi here too. --- diff --git a/webcit/msg_renderers.c b/webcit/msg_renderers.c index 5481cdceb..e7d13ff10 100644 --- a/webcit/msg_renderers.c +++ b/webcit/msg_renderers.c @@ -455,7 +455,7 @@ void tmplput_MAIL_SUMM_DATE_FULL(StrBuf *Target, WCTemplputParams *TP) void tmplput_MAIL_SUMM_DATE_NO(StrBuf *Target, WCTemplputParams *TP) { message_summary *Msg = (message_summary*) CTX; - StrBufAppendPrintf(Target, 64, "%ld", Msg->date, 0); + StrBufAppendPrintf(Target, "%ld", Msg->date, 0); }