From 8a0759d15c6eda50e05c495d1933ce30aba49287 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 17 Oct 2000 07:25:53 +0000 Subject: [PATCH] Update. 2000-10-17 Jakub Jelinek * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE): Add missing backslash. --- ChangeLog | 5 +++++ sysdeps/ieee754/ldbl-128/printf_fphex.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb275df0c1..bca06484dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-17 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE): + Add missing backslash. + 2000-10-16 Ulrich Drepper * sysdeps/generic/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Little cleanup. diff --git a/sysdeps/ieee754/ldbl-128/printf_fphex.c b/sysdeps/ieee754/ldbl-128/printf_fphex.c index 5e328c7dd8..dea76f8958 100644 --- a/sysdeps/ieee754/ldbl-128/printf_fphex.c +++ b/sysdeps/ieee754/ldbl-128/printf_fphex.c @@ -39,7 +39,7 @@ do { \ { \ numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \ info->spec == 'A'); \ - wnumstr = _itowa_word (num1, + wnumstr = _itowa_word (num1, \ wnumbuf + sizeof (wnumbuf) / sizeof (wchar_t),\ 16, info->spec == 'A'); \ } \