SCCS-file: asctime.c
SCCS-SID: 7.31
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:47 -04:00
committed by Paul Eggert
parent 803dbedab4
commit a89c854270
+1 -1
View File
@@ -98,7 +98,7 @@ char * buf;
/*
** We avoid using snprintf since it's not available on all systems.
*/
(void) sprintf(result,
(void) sprintf(result,
((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
wn, mn,
timeptr->tm_mday, timeptr->tm_hour,