diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-31 08:39:36 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-31 08:39:36 +0000 |
commit | a53513f142e68d1c5e4dd9367378e74f25eadce5 (patch) | |
tree | 1f81161e97fdaa438d6ea856049d13dc0ec8d9cb | |
parent | 91f8e15bff133d6ee497b64a6e3a283f6f865ecc (diff) | |
download | coreutils-a53513f142e68d1c5e4dd9367378e74f25eadce5.tar.xz |
* src/dd.c (skip): Fix off-by-one error.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |