summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2021-08-17 15:42:10 +1000
committerGitHub <noreply@github.com>2021-08-17 15:42:10 +1000
commitd5ff5c48a889c1eab6e3792d3f5ca1566cf05491 (patch)
tree0b7093afd5d7846f86b1e317c0022130ca66e42e /pcp
parentc7f634ec218da6bdb3bab9e9cd6fa7b2df3fcea8 (diff)
Apply suggestions from code review
Co-authored-by: BenBE <BenBE@geshi.org>
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicColumn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcp/PCPDynamicColumn.c b/pcp/PCPDynamicColumn.c
index 4051e101..3c4e6797 100644
--- a/pcp/PCPDynamicColumn.c
+++ b/pcp/PCPDynamicColumn.c
@@ -287,7 +287,7 @@ void PCPDynamicColumn_writeField(PCPDynamicColumn* this, const Process* proc, Ri
int PCPDynamicColumn_compareByKey(const PCPProcess* p1, const PCPProcess* p2, ProcessField key) {
const PCPDynamicColumn* column = Hashtable_get(p1->super.processList->dynamicColumns, key);
- if (column == NULL)
+ if (!column)
return -1;
size_t metric = column->id;

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