summaryrefslogtreecommitdiff
path: root/src/cgls
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-05-08 17:43:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-05-28 13:44:38 +0900
commit4ff361cc8611459388d7f75955bfe645f894f065 (patch)
treef0fe232aee56d0517cdd0e8b86f1d497afe65f85 /src/cgls
parent0195046449fc1cf946fe3087b7304a600453dbdd (diff)
downloadsystemd-4ff361cc8611459388d7f75955bfe645f894f065.tar.gz
tree-wide: always drop unnecessary dot in path
Diffstat (limited to 'src/cgls')
-rw-r--r--src/cgls/cgls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c
index 6868049c18..f39aa53da0 100644
--- a/src/cgls/cgls.c
+++ b/src/cgls/cgls.c
@@ -243,7 +243,7 @@ static int run(int argc, char *argv[]) {
if (!j)
return log_oom();
- path_simplify(j, false);
+ path_simplify(j);
path = j;
} else
path = root;