diff options
author | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
commit | 18d207ef1777d9c713192f39f671ae1902f8c94a (patch) | |
tree | 4cf77b9c23b1386f436e655a960841e5e143051d /src/i_events.go | |
parent | good (diff) | |
download | hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.gz hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.bz2 hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.xz hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.zst hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.zip |
segv
Diffstat (limited to '')
-rw-r--r-- | src/i_events.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go index f0ee03b..11703da 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -166,7 +166,7 @@ func i_fold_dir(data *HardData, item *ItemsNode) { } func i_reload_data(data *HardData) { - data.data_dir = c_get_data_dir() + data.data_dir = c_get_data_dir(&data.ui) g_load_count = -1 data.ldirs, data.litems, data.load_err = i_load_ui(data.data_dir, data.opts, &data.ui) |