mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Fix allocation of processes. Closes #166.
This commit is contained in:
@ -241,7 +241,6 @@ void ProcessList_expandTree(ProcessList* this) {
|
||||
}
|
||||
|
||||
void ProcessList_rebuildPanel(ProcessList* this) {
|
||||
int following = this->following;
|
||||
const char* incFilter = this->incFilter;
|
||||
|
||||
int currPos = Panel_getSelectedIndex(this->panel);
|
||||
|
Reference in New Issue
Block a user