From e8851df32d7356864b4fd8825bb045a1c7e510da Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 10 Jan 2024 20:20:20 +0100 Subject: revert if needed --- c_hardflip.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c_hardflip.go') diff --git a/c_hardflip.go b/c_hardflip.go index 17712ae..02952bd 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -60,6 +60,7 @@ type HardData struct { ui HardUI opts HardOpts data_dir string + folds map[*ItemsNode]*ItemsList } func main() { @@ -73,6 +74,7 @@ func main() { HardUI{}, opts, data_dir, + make(map[*ItemsNode]*ItemsList), } i_ui(&data) } -- cgit v1.2.3