X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsmtpqueue.c;h=db7e4c19f0234b63baa6bba8d6fba60bb12525c2;hb=68f239bc9011dcf756815e18fcc4be7a77b4dd33;hp=43f5cd90ac064ecb079d0e622a008766d52fd9c5;hpb=fee6dd91fe01b1bc11f51792959415c288a909d7;p=citadel.git diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 43f5cd90a..db7e4c19f 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -137,7 +137,7 @@ void display_queue_msg(long msgnum) wprintf(""); if (submitted > 0) { - webcit_fmt_date(buf, submitted, 1); + webcit_fmt_date(buf, 1024, submitted, 1); wprintf("%s", buf); } else { @@ -146,7 +146,7 @@ void display_queue_msg(long msgnum) wprintf(""); if (last_attempt > 0) { - webcit_fmt_date(buf, last_attempt, 1); + webcit_fmt_date(buf, 1024, last_attempt, 1); wprintf("%s", buf); } else {