[git commit] tree: unicode tweak (use normal space char, 0x20)

Denys Vlasenko vda.linux at googlemail.com
Fri Aug 26 12:54:45 UTC 2022


commit: https://git.busybox.net/busybox/commit/?id=1a1220a5b05ca7fd86fde22c4a8bb9692a06670e
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miscutils/tree.c b/miscutils/tree.c
index 10e5481c4..fa55696c6 100644
--- a/miscutils/tree.c
+++ b/miscutils/tree.c
@@ -33,7 +33,7 @@ static void tree_print(unsigned count[2], const char* directory_name, char* pref
 
 #if ENABLE_UNICODE_SUPPORT
 	if (unicode_status == UNICODE_ON) {
-		bar = "│   ";
+		bar = "│   ";
 		mid = "├── ";
 		end = "└── ";
 	}


More information about the busybox-cvs mailing list