changeset 103362:d708c0f7d79c

Fix last changelog entry.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 09 Jun 2009 17:56:48 +0000
parents cb15fed5ca65
children 3fb472c8bc3c
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 09 14:24:32 2009 +0000
+++ b/src/ChangeLog	Tue Jun 09 17:56:48 2009 +0000
@@ -1,10 +1,7 @@
 2009-06-09  Jim Meyering  <meyering@redhat.com>
 
-	x-load-color-file: avoid array bounds error
-	x-load-color-file expects each line of input to be of the form
-	"R G B name".  But if "name" is missing, it would read name[-1],
-	and if that value is '\n', zero it.
-	* xfaces.c (Fx_load_color_file): Handle missing color name.
+	* xfaces.c (Fx_load_color_file): Avoid array bounds error if the
+	color name is missing.
 
 2009-06-09  Kenichi Handa  <handa@m17n.org>