diff options
author | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
commit | b152d0fe07e75ff7a4303cadca25771e6237ca6c (patch) | |
tree | abfb8a9ee7d23c7ddf037f8fa4a12b99305999b9 /i_events.go | |
parent | how (diff) | |
download | hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.gz hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.bz2 hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.xz hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.tar.zst hardflip-b152d0fe07e75ff7a4303cadca25771e6237ca6c.zip |
not quite clean
Diffstat (limited to 'i_events.go')
-rw-r--r-- | i_events.go | 2 |
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) |