Skip to content

Commit ef36723

Browse files
committed
Fix build typo
1 parent 014cb05 commit ef36723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ToolStatus/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ BOOLEAN ProcessTreeFilterCallback(
275275
return TRUE;
276276
}
277277

278-
if (WordMatchStringZ(L"IsPicoProcess") && processNode->ProcessItem->IsPicoProcess)
278+
if (WordMatchStringZ(L"IsPicoProcess") && processNode->ProcessItem->IsSubsystemProcess)
279279
{
280280
return TRUE;
281281
}

0 commit comments

Comments
 (0)