mirror of https://github.com/xzeldon/htop.git
Fix compilation of the 'unsupported' platform (Process flags)
This commit is contained in:
parent
29570c0133
commit
dc8124e1a1
|
@ -56,7 +56,6 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
|||
proc->tty_nr = 0;
|
||||
proc->tpgid = 0;
|
||||
proc->st_uid = 0;
|
||||
proc->flags = 0;
|
||||
proc->processor = 0;
|
||||
|
||||
proc->percent_cpu = 2.5;
|
||||
|
|
Loading…
Reference in New Issue