summaryrefslogtreecommitdiff
path: root/bin/vdf
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-10-28 12:39:27 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-10-28 12:39:27 +0200
commitbcc8ada7314bc7c38b32e41eba0472ba9429d7ec (patch)
treea6fd81ddcc3e92895e0f15414bad4369119c6c6d /bin/vdf
parentc90f399ddd05fffd87521e4370057f351b0d20e0 (diff)
Fix formatting glitch in console output
Diffstat (limited to 'bin/vdf')
-rwxr-xr-xbin/vdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vdf b/bin/vdf
index 7cb826f..7b2a4a6 100755
--- a/bin/vdf
+++ b/bin/vdf
@@ -59,7 +59,7 @@ sub bar_png {
sub show_df_console {
- my $mp_width = 0;
+ my $mp_width = 10;
foreach my $mount (@mounts) {
my $this_width = length($mount->[1]);