From: Thomas Hindoe Paaboel Andersen Date: Wed, 23 Apr 2014 17:22:39 +0000 (+0200) Subject: use new name DRAW_TREE_VERTICAL X-Git-Tag: v213~331 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7c83910bb92fbe54522307e5ba18568473525917;p=elogind.git 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 939bd6125..9bd9152be 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;