From 12741f7cfbeb2f4d2a090cc198d78f4e9d041cf6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 20 Nov 2010 09:07:31 +0000 Subject: renamed lable TIME into TIMEKEEPER. --- loadbars.pl | 4 ++-- 1 file 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; -- cgit v1.2.3