aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
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()
}