summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-18 18:10:04 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commita61a2e6d470b3a5d075a5ba7d8d4cd37ef3f78b5 (patch)
treeb359bec3f5e3a6defdc7483772f5b96c51f0f666 /unsupported
parentbcb18ef82269c68d54a160290e5f8b2e939674ec (diff)
Call makeCommandStr on all platforms
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedProcessList.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c
index cd7dbcd1..cea85cc2 100644
--- a/unsupported/UnsupportedProcessList.c
+++ b/unsupported/UnsupportedProcessList.c
@@ -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';

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