1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2004-01-01  Petter Reinholdtsen  <pere@hungry.com>

	* tst-fmon.data: Add simple test to check left justified currency
	values in the C locale.

	* tst-fmon.sh: Don't print every line.  The program already prints
	the failing ones.
This commit is contained in:
Ulrich Drepper
2004-01-02 00:59:51 +00:00
parent 23d99b3c2f
commit 3451e12ee3
4 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/* Formatting a monetary value according to the current locale.
Copyright (C) 1996-2001, 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>
and Jochen Hein <Jochen.Hein@informatik.TU-Clausthal.de>, 1996.
@@ -570,7 +570,7 @@ __strfmon_l (char *s, size_t maxsize, __locale_t loc, const char *format, ...)
info.is_long = 0;
info.alt = 0;
info.space = 0;
info.left = left;
info.left = 0;
info.showsign = 0;
info.group = group;
info.pad = pad;