diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-20 09:07:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-20 09:07:31 +0000 |
| commit | 12741f7cfbeb2f4d2a090cc198d78f4e9d041cf6 (patch) | |
| tree | c6b787726f6d7e9cc77ae89813e766d97cd8deba | |
| parent | e56a0a9389b8d81155a73e9fab40981e3e6778f9 (diff) | |
renamed lable TIME into TIMEKEEPER.
| -rwxr-xr-x | loadbars.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl index ec539d4..e6b08f5 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -316,12 +316,12 @@ sub graph_stats ($$) { $x += $width + 1; }; -TIMER: +TIMEKEEPER: $t2 = Time::HiRes::time(); if ($CONF{inter} > $t2 - $t1) { usleep 10000; - goto TIMER; + goto TIMEKEEPER; } $t1 = $t2; |
