[pacman-dev] [PATCH] pactree: unindent first limb
26 Oct
2012
26 Oct
'12
6:22 p.m.
Removing the leader for the toplevel package shifted the name left but not it's limb. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> --- For the pactree-cleanup branch. src/util/pactree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/pactree.c b/src/util/pactree.c index 7b8fd93..0c1710f 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -336,7 +336,7 @@ static void print_text(const char *pkg, const char *provision, tdepth *depth, int last) { const char* tip = ""; - int level = 0; + int level = 1; if(!pkg && !provision) { /* not much we can do */ return; -- 1.8.0
4473
Age (days ago)
4473
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Gregory