diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-06-26 23:29:14 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-06-26 23:29:14 +0200 |
| commit | f1e9c0f0ec0e5683d5892636e1d309ed092e3a4c (patch) | |
| tree | d6b24d870f6aa8c85eede3ea570f0349c39b04fe /lib/Loadbars | |
| parent | 3cb86d60de05cfa94790f5b822ba25b742c090a1 (diff) | |
semantik error
Diffstat (limited to 'lib/Loadbars')
| -rw-r--r-- | lib/Loadbars/Main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm index df04c39..c969dcf 100644 --- a/lib/Loadbars/Main.pm +++ b/lib/Loadbars/Main.pm @@ -756,7 +756,7 @@ sub loop ($@) { push @{$net_history{$key}}, $now_stat_r; shift @{$net_history{$key}} while $C{netaverage} < @{$net_history{$key}}; - #my $diff_stat_r = net_diff $now_stat_r->[0], $prev_stat_r->[0]; + my $diff_stat_r = net_diff $now_stat_r->[0], $prev_stat_r->[0]; #$net_max_bytes = $diff_stat_r->{b} if $diff_stat_r->{b} > $net_max_bytes; #$net_max_bytes = $diff_stat_r->{tb} if $diff_stat_r->{tb} > $net_max_bytes; |
