Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure

This commit is contained in:
Benny Baumann
2021-04-10 11:18:08 +02:00
committed by BenBE
parent 6dc485dd20
commit 666f70c58c
4 changed files with 7 additions and 5 deletions

View File

@ -391,7 +391,7 @@ void LinuxProcess_makeCommandStr(Process* this) {
char *strStart = mc->str;
char *str = strStart;
int cmdlineBasenameOffset = lp->procCmdlineBasenameOffset;
int cmdlineBasenameOffset = this->cmdlineBasenameStart;
int cmdlineBasenameEnd = this->cmdlineBasenameOffset;
if (!cmdline) {