mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-21 02:34:52 +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);
|
||||
continue;
|
||||
case 'C':
|
||||
_fmt("%a %b %e %X %Y\n", t);
|
||||
_fmt("%a %b %e %X %Y", t);
|
||||
continue;
|
||||
case 'D':
|
||||
case 'x':
|
||||
|
||||
Reference in New Issue
Block a user