From 91d104c18e6673fac3a83379e8f485e581f2dc48 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Jun 2012 12:31:26 +0200 Subject: use index function instead of regexp for cpu parsing --- lib/Loadbars/Shared.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Loadbars/Shared.pm') 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, ); -- cgit v1.2.3