* upsi here too.
authorWilfried Göesgens <willi@citadel.org>
Sat, 18 Apr 2009 13:06:22 +0000 (13:06 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 18 Apr 2009 13:06:22 +0000 (13:06 +0000)
webcit/msg_renderers.c

index 5481cdcebfea03c35a0610ea3cd63e534f0d8acd..e7d13ff10a0d2d7760595941a903bb8718ae95a5 100644 (file)
@@ -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);
 }