strftime %C change

SCCS-file: strftime.c
SCCS-SID: 1.7
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:58 -04:00
committed by Paul Eggert
parent 4d01f0ba8e
commit a9ef30d9cd
+1 -1
View File
@@ -108,7 +108,7 @@ _fmt(format, t)
_fmt("%D %X", t);
continue;
case 'C':
_fmt("%a %b %e %X %Y\n", t);
_fmt("%a %b %e %X %Y", t);
continue;
case 'D':
case 'x':