diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-05 23:22:13 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-05 23:22:13 +0000 |
| commit | f708c3addf2080c1243c830fdbd9b27f559b172a (patch) | |
| tree | b7af007591c4e67bb145e4ab1925bc8d9e524240 | |
| parent | 8cb12e41589d978b8db9d7465adb6935fe0ce275 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdtime/strftime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 938741402717..b2c8b42dfce1 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -17,7 +17,7 @@ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: strftime.c,v 1.11.2.1 1996/11/28 21:47:29 phk Exp $"; + "$Id: strftime.c,v 1.11.2.2 1996/12/29 11:01:36 joerg Exp $"; #endif #ifndef lint @@ -509,7 +509,7 @@ __time_load_locale(const char *name) if (!_PathLocale) goto no_locale; - /* Range checking already done at upper level caller */ + /* Range checking not needed, name has fixed size */ strcpy(filename, _PathLocale); strcat(filename, "/"); strcat(filename, name); |
