summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl4
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;