mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
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.
This commit is contained in:
@@ -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; \
|
||||
} \
|
||||
\
|
||||
|
Reference in New Issue
Block a user