mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Call makeCommandStr on all platforms
This commit is contained in:
@ -47,6 +47,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
proc->tgid = 0;
|
||||
free_and_xStrdup(&proc->cmdline, "<unsupported architecture>");
|
||||
proc->cmdlineBasenameEnd = -1;
|
||||
proc->mergedCommand.cmdlineChanged = true;
|
||||
proc->updated = true;
|
||||
|
||||
proc->state = 'R';
|
||||
|
Reference in New Issue
Block a user