summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/memmaps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memmaps.cpp b/src/memmaps.cpp
index 06d9aa5..2c8909d 100644
--- a/src/memmaps.cpp
+++ b/src/memmaps.cpp
@@ -153,7 +153,7 @@ struct glibtop_map_entry_cmp
bool operator()(const guint64 &start, const glibtop_map_entry &a) const
{
- return not (*this)(a, start);
+ return start < a.start;
}
};