changeset 15507:51db8ea94368

ChangeLog: fix wrong attribution in last commit Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 09 Aug 2011 16:07:11 -0600
parents 72af71b55124
children 1460b4d13112
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2011-08-09  Eric Blake  <eblake@redhat.com>
 
 	fseeko: remove unneeded hack
-	* tests/test-fflush2.c (main): Don't special-case SEEK_END.
+	* lib/fseeko.c (fseeko): Don't special-case SEEK_END.
 
 	fseeko: fix bug on glibc
 	* lib/fseeko.c (fseeko): Set stream offset to match fd offset.