mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details. (thanks to Dawid Gajownik for the detailed analysis!)
This commit is contained in:
@ -63,7 +63,6 @@ MeterClass TasksMeter_class = {
|
||||
},
|
||||
.setValues = TasksMeter_setValues,
|
||||
.defaultMode = TEXT_METERMODE,
|
||||
.items = 1,
|
||||
.total = 100.0,
|
||||
.attributes = TasksMeter_attributes,
|
||||
.name = "Tasks",
|
||||
|
Reference in New Issue
Block a user