mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Rename command line field from comm to cmdline
This commit is contained in:
@ -45,7 +45,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
proc->pid = 1;
|
||||
proc->ppid = 1;
|
||||
proc->tgid = 0;
|
||||
free_and_xStrdup(&proc->comm, "<unsupported architecture>");
|
||||
free_and_xStrdup(&proc->cmdline, "<unsupported architecture>");
|
||||
proc->basenameOffset = 0;
|
||||
proc->updated = true;
|
||||
|
||||
|
Reference in New Issue
Block a user