]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(show_dev): Increase field width for blocks, used,
authorJim Meyering <jim@meyering.net>
Wed, 24 Jun 1998 03:02:06 +0000 (03:02 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Jun 1998 03:02:06 +0000 (03:02 +0000)
and available columns from 7 to 8.

src/df.c

index 82cb419e8174fca4a6fe24e3acc34eab11025f9f..53fbedf471024d4391a6134e4c188811467da566 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -267,7 +267,7 @@ show_dev (const char *disk, const char *mount_point, const char *fstype)
     }
   else
     {
-      int w = human_readable_base ? 5 : 7;
+      int w = human_readable_base ? 5 : 8;
       char buf[2][LONGEST_HUMAN_READABLE + 1];
       char availbuf[LONGEST_HUMAN_READABLE + 2];
       char *avail;