]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 16:06:34 +0000 (16:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 16:06:34 +0000 (16:06 +0000)
ChangeLog

index 4c24862dcd683497bc59b94bd89a118c75ffea45..70e903662d372c71a11f1bb76e200521567d5fcd 100644 (file)
--- 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.