From a89c854270791b3f2ee55a4c58a40321b5a2e2ce Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 31 Jan 2005 14:06:04 -0500 Subject: [PATCH] delinted SCCS-file: asctime.c SCCS-SID: 7.31 --- asctime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asctime.c b/asctime.c index 231948d..cf31fbb 100644 --- a/asctime.c +++ b/asctime.c @@ -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,