From a53fdad94d983a4cc9303eff379ef5c71e3817c8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 May 1998 23:34:20 +0000 Subject: Update. * stdio-common/vfprintf.c (process_arg): Fix typo. * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS. * math/libm-test.c (hypot_test): Fix a typo. --- stdio-common/vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index ef9165e448..85558a1574 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -891,7 +891,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap) s2 = (const wchar_t *) string; \ string = alloca (len + 1); \ (void) __wcsrtombs (string, &s2, len + 1, &mbstate); \ - if (prec < min) \ + if (prec < len) \ len = prec; \ } \ \ -- cgit v1.2.3