diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c index 753f83b3..1ab5bd3b 100644 --- a/unsupported/UnsupportedProcessList.c +++ b/unsupported/UnsupportedProcessList.c @@ -65,12 +65,13 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) { proc->tty_nr = 0; proc->tty_name = NULL; proc->tpgid = 0; - proc->st_uid = 0; proc->processor = 0; proc->percent_cpu = 2.5; proc->percent_mem = 2.5; - proc->user = "nobody"; + + proc->st_uid = 0; + proc->user = "nobody"; /* Update whenever proc->st_uid is changed */ proc->priority = 0; proc->nice = 0;