diff options
author | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
commit | 8605218da3ffb5843371f70069136151ad3aa586 (patch) | |
tree | db995bdabd6033668748881421682ce776e7ec7d /i_events.go | |
parent | tmp (diff) | |
download | hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.gz hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.bz2 hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.xz hardflip-8605218da3ffb5843371f70069136151ad3aa586.tar.zst hardflip-8605218da3ffb5843371f70069136151ad3aa586.zip |
icon option
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 09eb236..5c5a45c 100644 --- a/i_events.go +++ b/i_events.go @@ -53,7 +53,7 @@ import ( ) func i_reload_data(data *HardData) { - data.lhost = c_load_data_dir(data.data_dir) + data.lhost, _ = c_load_data_dir(data.data_dir) l := data.lhost data.ui.sel_max = l.count() } |