diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-23 12:31:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-23 12:31:26 +0200 |
| commit | 91d104c18e6673fac3a83379e8f485e581f2dc48 (patch) | |
| tree | 4fb0dda4ebeb41538f594dccef1f2a07acaa10f9 /lib/Loadbars/Shared.pm | |
| parent | 93afb23c5376123fbe128a23968d4e67b1121251 (diff) | |
use index function instead of regexp for cpu parsing
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 2 |
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, ); |
