From a61a2e6d470b3a5d075a5ba7d8d4cd37ef3f78b5 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 18 Apr 2021 18:10:04 +0200 Subject: Call makeCommandStr on all platforms --- unsupported/UnsupportedProcessList.c | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported') 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, ""); proc->cmdlineBasenameEnd = -1; + proc->mergedCommand.cmdlineChanged = true; proc->updated = true; proc->state = 'R'; -- cgit v1.2.3