From 644eff0c9fde2da05a4edcbe49d27f528286a887 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Aug 2004 05:42:43 +0000 Subject: Update. 2004-08-10 GOTO Masanori * locale/C-time.c: Change default ERA value from NULL to "". * locale/tst-C-locale.c: Add test case for ERA keywords. --- locale/C-time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/C-time.c') diff --git a/locale/C-time.c b/locale/C-time.c index a8534b1704..9047587e4a 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2000, 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1995-2000, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1995. @@ -76,7 +76,7 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden = { .string = "%m/%d/%y" }, { .string = "%H:%M:%S" }, { .string = "%I:%M:%S %p" }, - { .string = NULL }, + { .string = "" }, { .string = "" }, { .string = "" }, { .string = "" }, -- cgit 1.4.1