diff options
Diffstat (limited to 'src/cgtop')
-rw-r--r-- | src/cgtop/cgtop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index 5424f2c90f..9cc2f27591 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -472,7 +472,7 @@ static int refresh_one( if (!p) return -ENOMEM; - path_simplify(p, false); + path_simplify(p); r = refresh_one(controller, p, a, b, iteration, depth + 1, &child); if (r < 0) |