changeset 27216:5a9c6f16413c

Give credit for patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 19 Oct 2006 07:33:29 +0000
parents 6474602fce82
children 3309e733ac38
files ChangeLog
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 19 07:32:18 2006 +0000
+++ b/ChangeLog	Thu Oct 19 07:33:29 2006 +0000
@@ -1,9 +1,9 @@
-2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
+2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
 
 	* lib/strftime.c (advance): New macro.
-	(add): Use it to avoid adding 0 to a FILE *.  FILE can be
-	an incomplete type, so you can't add 0 to it.  Problem reported
-	by Eelco Dolstra for dietlibc.
+	(add): Use it to avoid adding 0 to a FILE *.  FILE can be an
+	incomplete type, so you can't add 0 to it.  Problem and patch
+	reported by Eelco Dolstra for dietlibc.
 
 2006-10-18  Jim Meyering  <jim@meyering.net>