From 419bfd5080f77bfe0ceb13cc0f42e559dcf6062d Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Fri, 4 Oct 2019 13:54:21 +0200 Subject: [PATCH] print hostname in info lane on start hostname was set in the info_line and unset right after that --- src/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 029d96b..5b6ca62 100644 --- a/src/draw.c +++ b/src/draw.c @@ -28,7 +28,6 @@ void draw_init(struct term_buf* buf) buf->width = tb_width(); buf->height = tb_height(); hostname(&buf->info_line); - buf->info_line = NULL; u16 len_login = strlen(lang.login); u16 len_password = strlen(lang.password);