mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Merge branch 'hishamhm-pull-932'
This commit is contained in:
@ -203,6 +203,9 @@ double Platform_setCPUValues(Meter* this, int cpu) {
|
||||
|
||||
percent = CLAMP(percent, 0.0, 100.0);
|
||||
if (isnan(percent)) percent = 0.0;
|
||||
|
||||
v[CPU_METER_FREQUENCY] = -1;
|
||||
|
||||
return percent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user