[systemd-commits] src/login

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Wed Apr 23 10:24:28 PDT 2014


 src/login/sysfs-show.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7c83910bb92fbe54522307e5ba18568473525917
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Wed Apr 23 19:22:39 2014 +0200

    use new name DRAW_TREE_VERTICAL
    
    Was renamed in 6b01f1d3911bd7c7eadbb8a3b4375bd3ac05c98f

diff --git a/src/login/sysfs-show.c b/src/login/sysfs-show.c
index 939bd61..9bd9152 100644
--- a/src/login/sysfs-show.c
+++ b/src/login/sysfs-show.c
@@ -121,13 +121,13 @@ static int show_sysfs_one(
                 if (!k)
                         return -ENOMEM;
 
-                printf("%s%s%s\n", prefix, lookahead ? draw_special_char(DRAW_TREE_VERT) : "  ", k);
+                printf("%s%s%s\n", prefix, lookahead ? draw_special_char(DRAW_TREE_VERTICAL) : "  ", k);
 
                 *item = next;
                 if (*item) {
                         _cleanup_free_ char *p = NULL;
 
-                        p = strappend(prefix, lookahead ? draw_special_char(DRAW_TREE_VERT) : "  ");
+                        p = strappend(prefix, lookahead ? draw_special_char(DRAW_TREE_VERTICAL) : "  ");
                         if (!p)
                                 return -ENOMEM;
 



More information about the systemd-commits mailing list