mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Rename command line field from comm to cmdline
This commit is contained in:
@ -569,7 +569,7 @@ Process* ProcessList_getProcess(ProcessList* this, pid_t pid, bool* preExisting,
|
||||
assert(proc->pid == pid);
|
||||
} else {
|
||||
proc = constructor(this->settings);
|
||||
assert(proc->comm == NULL);
|
||||
assert(proc->cmdline == NULL);
|
||||
proc->pid = pid;
|
||||
}
|
||||
return proc;
|
||||
|
Reference in New Issue
Block a user