summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-10-31 08:39:36 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-10-31 08:39:36 +0000
commita53513f142e68d1c5e4dd9367378e74f25eadce5 (patch)
tree1f81161e97fdaa438d6ea856049d13dc0ec8d9cb
parent91f8e15bff133d6ee497b64a6e3a283f6f865ecc (diff)
downloadcoreutils-a53513f142e68d1c5e4dd9367378e74f25eadce5.tar.xz
* src/dd.c (skip): Fix off-by-one error.
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32a3b2478..4f4822d89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
+2005-10-31 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * src/dd.c (skip): Fix off-by-one error reported by
+ Theodoros V. Kalamatianos.
+
+2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
+
* tests/mkdir/p-3: Require that the test be run as non-root.
Problem and trivial fix reported by Theodoros V. Kalamatianos.