mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-23 07:02:22 +00:00
strftime %C change
SCCS-file: strftime.c SCCS-SID: 1.7
This commit is contained in:
committed by
Paul Eggert
parent
4d01f0ba8e
commit
a9ef30d9cd
+1
-1
@@ -108,7 +108,7 @@ _fmt(format, t)
|
|||||||
_fmt("%D %X", t);
|
_fmt("%D %X", t);
|
||||||
continue;
|
continue;
|
||||||
case 'C':
|
case 'C':
|
||||||
_fmt("%a %b %e %X %Y\n", t);
|
_fmt("%a %b %e %X %Y", t);
|
||||||
continue;
|
continue;
|
||||||
case 'D':
|
case 'D':
|
||||||
case 'x':
|
case 'x':
|
||||||
|
|||||||
Reference in New Issue
Block a user