mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-10-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE): Add missing backslash.
This commit is contained in:
parent
6a14016e3c
commit
8a0759d15c
@ -1,3 +1,8 @@
|
||||
2000-10-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
|
||||
Add missing backslash.
|
||||
|
||||
2000-10-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Little cleanup.
|
||||
|
@ -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'); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user