From 8f341fb4305a3be6bdfe5e4d10396e69471b169e Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Dec 2023 20:20:20 +0100 Subject: its not the way --- i_ui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i_ui.go') diff --git a/i_ui.go b/i_ui.go index 87650b0..c901a0f 100644 --- a/i_ui.go +++ b/i_ui.go @@ -296,8 +296,8 @@ func i_host_panel(ui HardUI, opts HardOpts, ldirs *DirsList) { i_host_panel_dirs(ui, opts, dirs, line) line++ for host := dirs.lhost.head; - dirs.Folded == false && host != nil; - host = host.next { + dirs.Folded == false && host != nil; + host = host.next { i_host_panel_host(ui, opts, dirs, host, line) line++ } -- cgit v1.2.3