(show_dev): Increase field width for blocks, used,

and available columns from 7 to 8.
This commit is contained in:
Jim Meyering
1998-06-24 03:02:06 +00:00
parent 4d95aa356f
commit de45950430
+1 -1
View File
@@ -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;