diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-10-28 12:39:27 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-28 12:39:27 +0200 |
| commit | bcc8ada7314bc7c38b32e41eba0472ba9429d7ec (patch) | |
| tree | a6fd81ddcc3e92895e0f15414bad4369119c6c6d /bin | |
| parent | c90f399ddd05fffd87521e4370057f351b0d20e0 (diff) | |
Fix formatting glitch in console output
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/vdf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |
