From 4ff361cc8611459388d7f75955bfe645f894f065 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 8 May 2021 17:43:49 +0900 Subject: tree-wide: always drop unnecessary dot in path --- src/cgtop/cgtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgtop') 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) -- cgit v1.2.1