[PATCH] Typo in ldbl-128 printf_fphex.c
Jakub Jelinek
jakub@redhat.com
Tue Oct 17 00:14:00 GMT 2000
Hi!
Anyone can commit this? It is rather obvious bugfix...
Thanks.
2000-10-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
Add missing backslash.
--- libc/sysdeps/ieee754/ldbl-128/printf_fphex.c.jj Tue Oct 17 07:18:12 2000
+++ libc/sysdeps/ieee754/ldbl-128/printf_fphex.c Tue Oct 17 08:57:50 2000
@@ -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'); \
} \
Jakub
More information about the Libc-hacker
mailing list