diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 20:36:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 20:36:07 +0000 |
commit | a1160714c849b5e2c3d9b19f19c8bab72c3e3469 (patch) | |
tree | 4611d4206192eab80e95edfeff1acb3006d3acc2 /locale/C-time.c | |
parent | bb27a6ebf77bc7f10c330fe97d2d3ce96b95c848 (diff) | |
download | glibc-a1160714c849b5e2c3d9b19f19c8bab72c3e3469.zip glibc-a1160714c849b5e2c3d9b19f19c8bab72c3e3469.tar.gz glibc-a1160714c849b5e2c3d9b19f19c8bab72c3e3469.tar.bz2 |
[BZ #181]
* locale/C-time.c: Set week_1stday data to 19971201.
Diffstat (limited to 'locale/C-time.c')
-rw-r--r-- | locale/C-time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-time.c b/locale/C-time.c index 9047587..a9275d9 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2000, 2001, 2002, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1995-2002, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. @@ -134,7 +134,7 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden = { .wstr = (const uint32_t *) L"" }, { .wstr = (const uint32_t *) L"" }, { .string = "\7" }, - { .word = 19971130 }, + { .word = 19971201 }, { .string = "\4" }, { .string = "\7" }, { .string = "\1" }, |