mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose
This commit is contained in:
@ -46,7 +46,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
proc->ppid = 1;
|
||||
proc->tgid = 0;
|
||||
free_and_xStrdup(&proc->cmdline, "<unsupported architecture>");
|
||||
proc->cmdlineBasenameOffset = -1;
|
||||
proc->cmdlineBasenameEnd = -1;
|
||||
proc->updated = true;
|
||||
|
||||
proc->state = 'R';
|
||||
|
Reference in New Issue
Block a user