This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Typo in ldbl-128 printf_fphex.c


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]