X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=b7b9084b59467d1fe717aad59bcfa7ffd3744ce1;hb=e23cf6db4aba7a0831388faab91249c1d086f082;hp=0c309364fc7d741c133d42d577f43f92b273a3b8;hpb=81b98869002ec69ad72a9237305a423a7ce7f108;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index 0c309364f..b7b9084b5 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -19,7 +19,7 @@ void output_date(void) { time(&now); localtime_r(&now, &tm); - strftime_l(buf, 32, "%A, %x", &tm, wc_locales[WC->selected_language]); + wc_strftime(buf, 32, "%A, %x", &tm); wprintf("%s", buf); }