From f048a62bccd6f2b67aad9da3607cfae32d877181 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 22 Nov 1993 12:41:33 -0500 Subject: [PATCH] avoid whose SCCS-file: strftime.c SCCS-SID: 7.16 --- strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strftime.c b/strftime.c index e2a72af..f7a88ca 100644 --- a/strftime.c +++ b/strftime.c @@ -2,7 +2,7 @@ #ifndef NOID static char elsieid[] = "%W%"; /* -** Based on the UCB version whose ID appears below. +** Based on the UCB version with the ID appearing below. ** This is ANSIish only when time is treated identically in all locales and ** when "multibyte character == plain character". */