From: Jim Meyering Date: Wed, 19 Feb 2003 16:06:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.8~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=186032477937a1dbf350d5de868378cc283365a4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4c24862dcd..70e903662d 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.