aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-21 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-21 20:20:20 +0100
commit8605218da3ffb5843371f70069136151ad3aa586 (patch)
treedb995bdabd6033668748881421682ce776e7ec7d /i_events.go
parenttmp (diff)
downloadhardflip-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.go2
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()
}