summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Shared.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 12:31:26 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 12:31:26 +0200
commit91d104c18e6673fac3a83379e8f485e581f2dc48 (patch)
tree4fb0dda4ebeb41538f594dccef1f2a07acaa10f9 /lib/Loadbars/Shared.pm
parent93afb23c5376123fbe128a23968d4e67b1121251 (diff)
use index function instead of regexp for cpu parsing
Diffstat (limited to 'lib/Loadbars/Shared.pm')
-rw-r--r--lib/Loadbars/Shared.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index 090a4a7..217239e 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -49,7 +49,7 @@ our %I : shared;
);
%I = (
- cpuregexp => 'cpu',
+ cpustring => 'cpu',
showtextoff => 0,
);