From b839987df7f6fc761c96b651a3dfc49eb13e879a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 1 Feb 2021 22:24:42 +0100 Subject: Rename basenameOffset to cmdlineBasenameOffset --- unsupported/UnsupportedProcessList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported') diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c index 4323a26f..f939be0f 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, ""); - proc->basenameOffset = 0; + proc->cmdlineBasenameOffset = -1; proc->updated = true; proc->state = 'R'; -- cgit v1.2.3