aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
commitb152d0fe07e75ff7a4303cadca25771e6237ca6c (patch)
treeabfb8a9ee7d23c7ddf037f8fa4a12b99305999b9 /i_events.go
parenthow (diff)
downloadhardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.gz
hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.bz2
hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.xz
hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.zst
hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.zip
not quite clean
Diffstat (limited to '')
-rw-r--r--i_events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_events.go b/i_events.go
index 7937f7e..2199667 100644
--- a/i_events.go
+++ b/i_events.go
@@ -53,7 +53,7 @@ import (
)
func i_reload_data(data *HardData) {
- data.ldirs = c_load_data_dir(data.data_dir, data.opts)
+ data.litems, data.ldirs = c_load_data_dir(data.data_dir, data.opts)
data.ui.sel_max,
data.ui.count_dirs,
data.ui.count_hosts = i_get_sel_max(data.ldirs)