summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-10 11:46:57 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit94a52cb5c9274fe021b3fc114180294cadb598b4 (patch)
tree9d00199d74bc600283ae007464de65cc27377edd /unsupported
parent666f70c58c9fcd6bc27ed93b7958efd7a064133a (diff)
Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c
index f939be0f..7f94e121 100644
--- a/unsupported/UnsupportedProcessList.c
+++ b/unsupported/UnsupportedProcessList.c
@@ -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';

© 2014-2024 Faster IT GmbH | imprint | privacy policy