From a234e27dba9abdce3ba999479b024a4c7843422b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 May 2003 07:38:32 +0000 Subject: Update. 2003-05-01 Ulrich Drepper * malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary. 2003-04-29 Andreas Schwab * string/test-strcat.c (do_one_test): Fix attribute name. --- localedata/tst-fmon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/tst-fmon.c') diff --git a/localedata/tst-fmon.c b/localedata/tst-fmon.c index 4710efbd2b..af87335972 100644 --- a/localedata/tst-fmon.c +++ b/localedata/tst-fmon.c @@ -1,5 +1,5 @@ /* Testing the implementation of strfmon(3). - Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jochen Hein , 1997. @@ -46,7 +46,7 @@ main (int argc, char *argv[]) if (setlocale (LC_MONETARY, argv[1]) == NULL) { - perror ("setlocale"); + fprintf (stderr, "setlocale(LC_MONETARY, \"%s\"): %m\n", argv[1]); exit (EXIT_SETLOCALE); } /* This is locale-dependent! see setlocale(3) for details */ -- cgit 1.4.1