Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 May 1998 23:34:20 +0000 (23:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 May 1998 23:34:20 +0000 (23:34 +0000)
* 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.

ChangeLog
stdio-common/vfprintf.c

index d673c36..457cc0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
 
+       * stdio-common/vfprintf.c (process_arg): Fix typo.
+
        * iconvdata/TESTS: New tests for EUC-KR.
 
-       * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on
-       TESTS.
+       * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
        * iconvdata/testdata/EUC-KR: New file.
 
 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
 
-       * math/libm-test.c (hypot_test): Fix a tyypo.
+       * math/libm-test.c (hypot_test): Fix a typo.
 
 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
 
index ef9165e..85558a1 100644 (file)
@@ -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;                                                     \
          }                                                                   \
                                                                              \