summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-19 16:06:34 +0000
committerJim Meyering <jim@meyering.net>2003-02-19 16:06:34 +0000
commit186032477937a1dbf350d5de868378cc283365a4 (patch)
tree12c159cd1457187d509795cb50d645eb5f8a1ec1 /ChangeLog
parente2cd6ba3df331e3a3cd4faa573b4610f829f6c93 (diff)
downloadcoreutils-186032477937a1dbf350d5de868378cc283365a4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c24862dc..70e903662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.5.8.
+ * src/df.c (print_header): Rather than using a hard-coded literal
+ string of spaces matching the length of the English `...Type' header,
+ output the right number of spaces to match the selected translation.
+ Reported by Yann Dirson and Jean Charles Delepine as Debian bug 131113.
+
* src/split.c (bytes_split): Remove unnecessary `else' after break.
(lines_split): Likewise. and correct misleading indentation.