about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-05-14 22:53:12 +0000
committerUlrich Drepper <drepper@redhat.com>2008-05-14 22:53:12 +0000
commit5deca9bbff362cff0f348cbfa13e26439e240cf2 (patch)
tree7afb47f820d4e9e34ab86abd124e1de119ea54ea /ChangeLog
parent5846c4e2692a18a922cf07ab6c3ec20efa61b4d3 (diff)
downloadglibc-5deca9bbff362cff0f348cbfa13e26439e240cf2.tar.gz
glibc-5deca9bbff362cff0f348cbfa13e26439e240cf2.tar.xz
glibc-5deca9bbff362cff0f348cbfa13e26439e240cf2.zip
[BZ #6461]
	* iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
	Add missing braces.
	(BODY for __gconv_transform_internal_ascii): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dc03d5b43..36d17a8094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #6461]
+	* iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
+	Add missing braces.
+	(BODY for __gconv_transform_internal_ascii): Likewise.
+
 	[BZ #6472]
 	* sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
 	to be treated like link-local addresses.