summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-07 16:06:59 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 16:56:46 +0200
commitfbaf2fbb184d860755dd6c27c7b32058d1668e13 (patch)
treee205a82088f81d509513edc614afa07c330c53e3 /ChangeLog
parentb4148f567d9bf7abc8e82a6f2e252f28da93f354 (diff)
downloadcoreutils-fbaf2fbb184d860755dd6c27c7b32058d1668e13.tar.xz
Avoid a used-uninitialized error.
* src/copy.c (copy_internal): Don't overload "use_stat".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9946ddf9..dd381fccb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-07 Jim Meyering <meyering@redhat.com>
+
+ Avoid a used-uninitialized error.
+ * src/copy.c (copy_internal): Don't overload "use_stat".
+
2007-10-05 Jim Meyering <meyering@redhat.com>
Make a failing cross-partition mv give a sensible diagnostic.