projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02f8ed
)
add a space
author
Jim Meyering
<jim@meyering.net>
Tue, 10 Dec 1996 03:17:01 +0000
(
03:17
+0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 10 Dec 1996 03:17:01 +0000
(
03:17
+0000)
lib/strftime.c
patch
|
blob
|
history
diff --git
a/lib/strftime.c
b/lib/strftime.c
index 5d11f53c3713f70f40da69f604400a0ba2197315..7d0ebbaeac166af8667121d4be3a6dc7d532f689 100644
(file)
--- a/
lib/strftime.c
+++ b/
lib/strftime.c
@@
-813,7
+813,7
@@
strftime (s, maxsize, format, tp)
DO_NUMBER (2, (tp->tm_year % 100 + 100) % 100);
case 'Z':
- cpy(zonelen, zone);
+ cpy
(zonelen, zone);
break;
case 'z': /* GNU extension. */